mirror of
https://github.com/overleaf/overleaf.git
synced 2025-02-16 20:21:54 +00:00
Remove unusued cluster.coffee
This commit is contained in:
parent
495424a94b
commit
6974fd640d
1 changed files with 0 additions and 9 deletions
|
@ -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()
|
Loading…
Reference in a new issue