We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d1fe45 commit 9070236Copy full SHA for 9070236
src/index.ts
@@ -77,7 +77,7 @@ const periodicExternalReadModelRefresh = setInterval(() => {
77
'Unexpected error when refreshing read model with external sources'
78
)
79
);
80
-}, 30_000);
+}, 300_000);
81
server.on('close', () => {
82
clearInterval(periodicReadModelRefresh);
83
clearInterval(periodicExternalReadModelRefresh);
0 commit comments