Skip to content

Commit 6e4f094

Browse files
committed
Getting just sheet meta data, first row and columns is ok - raise async refresh back to 10 minutes for overnight
1 parent 53d79a3 commit 6e4f094

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-
}, 60_000);
80+
}, 600_000);
8181
server.on('close', () => {
8282
clearInterval(periodicReadModelRefresh);
8383
clearInterval(periodicExternalReadModelRefresh);

0 commit comments

Comments
 (0)