feature(config) rm option: cache

This commit is contained in:
coderaiser 2018-04-12 13:48:01 +03:00
parent 28892b3933
commit 58c10e201a
7 changed files with 2 additions and 23 deletions

View file

@ -161,7 +161,7 @@ function listen(prefix, socket) {
function cloudcmd(prefix, plugins, modules) {
const online = apart(config, 'online');
const cache = apart(config, 'cache');
const cache = false;
const diff = apart(config, 'diff');
const zip = apart(config, 'zip');
const dir = DIR_ROOT;