setup timer for create database.

This commit is contained in:
iamBadgers
2025-06-02 20:45:25 -07:00
parent f6fcf82eae
commit 9801ba4ba6
7 changed files with 52 additions and 48 deletions

View File

@@ -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)