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