Default timeout to 20
This commit is contained in:
parent
e036c11152
commit
01ce3afbd2
@ -6,7 +6,7 @@ import {EventEmitter} from 'events';
|
|||||||
const DEFAULTS = {
|
const DEFAULTS = {
|
||||||
update: {
|
update: {
|
||||||
offset: 0,
|
offset: 0,
|
||||||
timeout: 0.5,
|
timeout: 20,
|
||||||
limit: 100
|
limit: 100
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user