Skip to content
Snippets Groups Projects
Commit 91e550e1 authored by Eric Cano's avatar Eric Cano
Browse files

Bumped up the default block move timeout to 30 minutes.

parent 7f9f2bd8
Branches
Tags
No related merge requests found
......@@ -66,7 +66,7 @@ const time_t TAPESERVER_MOUNTTIMEOUT_DEFAULT = 900; // 15 minutes
* The compile-time default value for the maximum time in seconds the
* data-transfer session of tapeserverd can cease to move data blocks.
*/
const time_t TAPESERVER_BLKMOVETIMEOUT_DEFAULT = 300; // 5 minutes
const time_t TAPESERVER_BLKMOVETIMEOUT_DEFAULT = 1800; // 30 minutes
/**
* The compile-time default value for the number of disk threads in
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment