Skip to content

Commit 8ed8260

Browse files
committed
fix: daily log digest no timeout
1 parent f173aff commit 8ed8260

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

jobs/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ let jobs = [
257257
{
258258
name: 'daily-log-alert',
259259
interval: '1d',
260-
timeout: '1h'
260+
timeout: 0
261261
},
262262
// past due relief (users that are more than 6 months past due are relieved)
263263
{

0 commit comments

Comments
 (0)