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