Add negentropy support to executor
This commit is contained in:
@@ -326,7 +326,9 @@ export const executeSubscriptionBatched = (() => {
|
||||
|
||||
return (sub: Subscription) => {
|
||||
subs.push(sub)
|
||||
timeouts.push(setTimeout(executeAll, Math.max(16, sub.request.delay!)))
|
||||
timeouts.push(
|
||||
setTimeout(executeAll, Math.max(16, sub.request.delay!)) as unknown as number
|
||||
)
|
||||
}
|
||||
})()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user