[Groonga-commit] droonga/droonga-http-server at d7062d1 [master] Always daemon=false by default (#7)

Back to archive index

YUKI Hiroshi null+****@clear*****
Tue Nov 4 19:23:45 JST 2014


YUKI Hiroshi	2014-11-04 19:23:45 +0900 (Tue, 04 Nov 2014)

  New Revision: d7062d1529fe6f187cc62d656c773f19197a27d8
  https://github.com/droonga/droonga-http-server/commit/d7062d1529fe6f187cc62d656c773f19197a27d8

  Message:
    Always daemon=false by default (#7)

  Modified files:
    lib/default-configs.js

  Modified: lib/default-configs.js (+0 -2)
===================================================================
--- lib/default-configs.js    2014-11-04 18:46:15 +0900 (0b0de9b)
+++ lib/default-configs.js    2014-11-04 19:23:45 +0900 (0e545ce)
@@ -15,8 +15,6 @@ function setBaseDir(baseDir) {
   var configFile = path.resolve(baseDir, 'droonga-http-server.yaml');
   if (fs.existsSync(configFile)) {
     configs = yaml.safeLoad(fs.readFileSync(configFile, 'utf8'));
-    if (!('daemon' in configs))
-      configs.daemon = true;
   }
 
   var engineServiceConfigFile = path.resolve(engineServiceBaseDir, 'droonga-engine.yaml');
-------------- next part --------------
HTML����������������������������...
下載 



More information about the Groonga-commit mailing list
Back to archive index