Skip to content

Commit

Permalink
extended the timeout as there are series containing >9500 files
Browse files Browse the repository at this point in the history
  • Loading branch information
hurngchunlee authored Sep 10, 2024
1 parent 84e1154 commit 7040dbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion streamer/lib/modalityMRI.js
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@ var _execStreamerJob = function(name, config, job, cb_remove, cb_done) {
"srcURL": src,
"stagerUser": sconfig.username,
"stagerUserEmail": "",
"timeout": 3600,
"timeout": 10800,
"timeout_noprogress": 600,
"title": '[' + (new Date()).toISOString() + '] Streamer.MRI: ' + src
}
Expand Down

0 comments on commit 7040dbc

Please sign in to comment.