Skip to content

Commit 5e85325

Browse files
author
Marco
committed
default timeout increased
1 parent 9715765 commit 5e85325

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/BreinifyConfig.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
});
8787
attributes.add('AJAX_TIMEOUT', {
8888
name: 'timeout',
89-
defaultValue: 1000,
89+
defaultValue: 4000,
9090
validate: function (value) {
9191
return $.isNumeric(value);
9292
}

0 commit comments

Comments
 (0)