setup timer for create database.
This commit is contained in:
@@ -19,7 +19,6 @@ const port = process.argv[process.argv.indexOf('-p')]
|
||||
const memcache_addr = process.argv[process.argv.indexOf('-m')]
|
||||
? process.argv[process.argv.indexOf('-m') + 1]
|
||||
: 'localhost:11211'
|
||||
// const memcache = new memcached('localhost:11211', {})
|
||||
const memcachep = new Memcache(memcache_addr)
|
||||
|
||||
addGameApis(app, jsonParser, memcachep)
|
||||
|
||||
Reference in New Issue
Block a user