version bump
This commit is contained in:
parent
3488848906
commit
5687a30077
5 changed files with 4 additions and 4 deletions
2
Core.js
2
Core.js
|
|
@ -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;
|
||||
|
|
|
|||
Reference in a new issue