version 0.7

This commit is contained in:
DadaMonad
2015-01-08 16:53:25 +00:00
parent ef9e183138
commit 3f2ab5cdfe
8 changed files with 12 additions and 12 deletions

View File

@@ -18,7 +18,7 @@ class HistoryBuffer
@garbage = [] # Will be cleaned on next call of garbageCollector
@trash = [] # Is deleted. Wait until it is not used anymore.
@performGarbageCollection = true
@garbageCollectTimeout = 2000
@garbageCollectTimeout = 20000
@reserved_identifier_counter = 0
setTimeout @emptyGarbage, @garbageCollectTimeout