mirror of
https://github.com/oxen-io/lokinet.git
synced 2024-11-15 12:13:24 +00:00
set value to sane value
This commit is contained in:
parent
a319c994de
commit
c992720718
@ -125,7 +125,7 @@ def genconf(settings, outf):
|
||||
if __name__ == '__main__':
|
||||
settings = {
|
||||
'topology': os.path.join(shadowRoot, 'share', 'topology.graphml.xml'),
|
||||
'runFor': '{}'.format(60 * 10 * 1000)
|
||||
'runFor': '{}'.format(60 * 10 * 10)
|
||||
}
|
||||
with open(sys.argv[1], 'w') as f:
|
||||
genconf(settings, f)
|
||||
|
Loading…
Reference in New Issue
Block a user