mirror of
https://github.com/GNS3/gns3-server.git
synced 2025-06-17 14:58:13 +00:00
Update idlemax from 1500 to 500.
Update ioucon.
This commit is contained in:
@ -76,7 +76,7 @@ class Router(object):
|
||||
self._sparsemem = True
|
||||
self._clock_divisor = 8
|
||||
self._idlepc = ""
|
||||
self._idlemax = 1500
|
||||
self._idlemax = 500
|
||||
self._idlesleep = 30
|
||||
self._ghost_file = ""
|
||||
self._ghost_status = 0
|
||||
|
Reference in New Issue
Block a user