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
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "Yatta", "name": "Yatta",
"version": "0.0.5", "version": "0.0.7",
"homepage": "https://github.com/DadaMonad/Yatta", "homepage": "https://github.com/DadaMonad/Yatta",
"authors": [ "authors": [
"Kevin Jahns <kevin.jahns@rwth-aachen.de>" "Kevin Jahns <kevin.jahns@rwth-aachen.de>"
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -18,7 +18,7 @@ class HistoryBuffer
@garbage = [] # Will be cleaned on next call of garbageCollector @garbage = [] # Will be cleaned on next call of garbageCollector
@trash = [] # Is deleted. Wait until it is not used anymore. @trash = [] # Is deleted. Wait until it is not used anymore.
@performGarbageCollection = true @performGarbageCollection = true
@garbageCollectTimeout = 2000 @garbageCollectTimeout = 20000
@reserved_identifier_counter = 0 @reserved_identifier_counter = 0
setTimeout @emptyGarbage, @garbageCollectTimeout setTimeout @emptyGarbage, @garbageCollectTimeout
+1 -1
View File
File diff suppressed because one or more lines are too long
+1 -1
View File
File diff suppressed because one or more lines are too long