Update scterc.sh

This commit is contained in:
Forza 2024-12-01 22:31:21 +01:00
parent bc31d9c35e
commit 3c46669da6

View File

@ -6,6 +6,15 @@
# SPDX-License-Identifier: CC0-1.0
###
###
# Description
#
# Configure SCTERC timeout for all disks, setting it to 7 seconds for improved
# error handling. If SCTERC is unsupported, it increases the Linux I/O timeout
# to 180 seconds. Adjusting timeouts prevents premature I/O failures during
# extended error recovery, improving reliability.
###
sct=70 # 70=7 seconds
fallback=180 # 180 seconds