Skip to content

Commit 4a825b1

Browse files
author
Adrián Escoms
committed
Adjust throttle rate
1 parent c72b308 commit 4a825b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/models/base.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ const async = require('async');
44
const crypto = require('crypto');
55
const throttledQueue = require('throttled-queue');
66

7-
const throttle = throttledQueue(10, 10000, true);
7+
const throttle = throttledQueue(10, 1000, true);
88

99
/**
1010
* base model

0 commit comments

Comments
 (0)