Skip to content

Commit 9070236

Browse files
committed
Increase interval between async refereshes
1 parent 7d1fe45 commit 9070236

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ const periodicExternalReadModelRefresh = setInterval(() => {
7777
'Unexpected error when refreshing read model with external sources'
7878
)
7979
);
80-
}, 30_000);
80+
}, 300_000);
8181
server.on('close', () => {
8282
clearInterval(periodicReadModelRefresh);
8383
clearInterval(periodicExternalReadModelRefresh);

0 commit comments

Comments
 (0)