version bump

This commit is contained in:
Jeena Paradies 2012-11-04 17:23:15 +01:00
parent 3488848906
commit 5687a30077
5 changed files with 4 additions and 4 deletions

View file

@ -7,7 +7,7 @@
//
function Core(action) {
this.max_length = 20;
this.max_length = 200;
// this.timeout = 2 * 60 * 1000;
this.timeout = 10 * 1000; // every 10 seconds
this.action = action;