Skip to content
This repository was archived by the owner on Jul 30, 2024. It is now read-only.

Commit 7afa504

Browse files
author
Christy Henriksson
authored
Increase aggregate downloads query timeout (#567)
1 parent 88ca174 commit 7afa504

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Stats.AggregateCdnDownloadsInGallery/AggregateCdnDownloadsJob.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ await connection.QueryWithRetryAsync<DownloadCountData>(
8787
_storedProcedureName,
8888
transaction: transaction,
8989
commandType: CommandType.StoredProcedure,
90-
commandTimeout: TimeSpan.FromMinutes(15),
90+
commandTimeout: TimeSpan.FromMinutes(30),
9191
maxRetries: 3))
9292
.ToList();
9393
}

0 commit comments

Comments
 (0)