Remove unusued cluster.coffee

This commit is contained in:
Simon Detheridge 2019-12-16 11:29:25 +00:00
parent 495424a94b
commit 6974fd640d

View file

@ -1,9 +0,0 @@
recluster = require "recluster" # https://github.com/doxout/recluster
path = require "path"
cluster = recluster path.join(__dirname, 'app.js'), {
workers: 2,
backoff: 0,
readyWhen: "listening"
}
cluster.run()