We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9715765 commit 5e85325Copy full SHA for 5e85325
src/BreinifyConfig.js
@@ -86,7 +86,7 @@
86
});
87
attributes.add('AJAX_TIMEOUT', {
88
name: 'timeout',
89
- defaultValue: 1000,
+ defaultValue: 4000,
90
validate: function (value) {
91
return $.isNumeric(value);
92
}
0 commit comments