Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAleksey Lim <alsroot@member.fsf.org>2009-04-28 04:28:16 (GMT)
committer Aleksey Lim <alsroot@member.fsf.org>2009-04-28 04:28:16 (GMT)
commit75828e51e82ba1d19a74984b124977f1e249b308 (patch)
tree7d7ea4caae4dd38905e4b708a0b93fbcbccfd570
parentcbfb9b46ffb17e1c82b1b6fe7effd0845da98bfa (diff)
Decrease space limit to 100MB
-rw-r--r--constants.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/constants.py b/constants.py
index 0498b27..0da125a 100644
--- a/constants.py
+++ b/constants.py
@@ -211,7 +211,7 @@ class Constants:
dim_CONTROLBAR_HT = 55
- keepFreeKbOnXo = 200000
+ keepFreeKbOnXo = 100000
def __init__( self, ca ):
self.__class__.activityId = ca._activity_id