Allow tunable maxreorg

This commit is contained in:
jl777
2019-01-09 01:26:25 -11:00
parent 8a5f7bdf6a
commit 1f46aa58e6
2 changed files with 2 additions and 1 deletions

View File

@@ -1701,6 +1701,7 @@ void komodo_args(char *argv0)
}
}
KOMODO_STOPAT = GetArg("-stopat",0);
MAX_REORG_LENGTH = GetArg("-maxreorg",MAX_REORG_LENGTH);
ASSETCHAINS_CC = GetArg("-ac_cc",0);
KOMODO_CCACTIVATE = GetArg("-ac_ccactivate",0);
ASSETCHAINS_PUBLIC = GetArg("-ac_public",0);