mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 18:55:26 +00:00
feature(cloudcmd) rm config watch
This commit is contained in:
parent
d94a454cfe
commit
a8eccebeca
1 changed files with 0 additions and 10 deletions
10
cloudcmd.js
10
cloudcmd.js
|
|
@ -134,16 +134,6 @@
|
|||
writeLogsToFile();
|
||||
}
|
||||
|
||||
if (Config.server)
|
||||
Util.tryCatchLog(function() {
|
||||
fs.watch(CONFIG_PATH, function() {
|
||||
/* every catch up - calling twice */
|
||||
setTimeout(function() {
|
||||
readConfig();
|
||||
}, 1000);
|
||||
});
|
||||
});
|
||||
|
||||
lParams = {
|
||||
appcache : appCacheProcessing,
|
||||
rest : rest,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue