We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdf6a16 commit c1d6fd9Copy full SHA for c1d6fd9
1 file changed
apps/backend/src/lib/clickhouse.tsx
@@ -73,7 +73,7 @@ export const getQueryTimingStats = async (client: ClickHouseClient, queryId: str
73
}>();
74
};
75
76
- const retryDelaysMs = [75, 150, 300];
+ const retryDelaysMs = [75, 150, 300, 600, 1200];
77
for (let attempt = 0; attempt <= retryDelaysMs.length; attempt += 1) {
78
const stats = await queryProfile();
79
if (stats.data.length === 1) {
0 commit comments