Remove unusued cluster.coffee
This commit is contained in:
@@ -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()
|
||||
Reference in New Issue
Block a user