Skip to content
This repository was archived by the owner on Sep 20, 2024. It is now read-only.

Commit 809cf5d

Browse files
committed
This should be updated to 1500 seconds because Facebooks servers sometimes process messages out of order when using images due to the file size processing time. 1500 seconds seems to fix it.
1 parent b826db5 commit 809cf5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/CoreBot.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -823,7 +823,7 @@ function Botkit(configuration) {
823823
// set up a once a second tick to process messages
824824
botkit.tickInterval = setInterval(function() {
825825
botkit.tick();
826-
}, 1000);
826+
}, 1500);
827827
}
828828
};
829829

0 commit comments

Comments
 (0)