mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-02 09:52:27 -04:00
raise default maxDiskUsage
This commit is contained in:
parent
226c5de6ba
commit
aa7f7a3e99
@ -73,7 +73,7 @@ class AppRunner(DirectObject):
|
||||
ConfigBasename = 'config.xml'
|
||||
|
||||
# Default values for parameters that are absent from the config file:
|
||||
maxDiskUsage = 1073741824 # 1 GB
|
||||
maxDiskUsage = 2048 * 1048576 # 2 GB
|
||||
|
||||
def __init__(self):
|
||||
DirectObject.__init__(self)
|
||||
|
Loading…
x
Reference in New Issue
Block a user