Not exactly. You should increase only those timeouts, which affects the node crash, not everyone.
Improperly changed they could make a harm. For example, your disk become corrupted, but readability timeout didn’t detect it and didn’t shutdown the node to protect from disqualification.
How is it related to disqualification? For this example, when the disk is dying, the node cannot provide a piece for audit after 5 minutes timeout and did so 2 more times, such an audit will be considered as failed. Several failed audits like that and node will be disqualified.
If the readability timeout were shorter, this internal monitoring will stop the node even before it would start to fail audits.
In case if you have had a crash because of readability timeout was exceed during the check, and you did recommended actions (checked and fixed the disk, performed a defragmentation, but the readability errors are still occurs), you may slowly increase the readable timeout and readable interval, because they are both 1m0s by default.
Here should be no spaces before the option, otherwise node may not start due to incorrect YAML format.
it should be:
# how frequently to verify the location and readability of the storage directory
storage2.monitor.verify-dir-readable-interval: 1m30s
If your node suffer to write on the disk, and you performed recommended actions (checked and fixed the disk, performed a defragmentation but the writeability errors are still occurs), you may slowly increase a writeable timeout, but not writeable checks interval, because they are different by default (the writeable timeout is 1m0s by default, but the writeable checks interval is 5m0s by default).
So you should not change the writeable checks interval, unless you increased a writeable timeout greater than 5m0s (which is a red alert for your disk system already and you need to check a disk surface and S.M.A.R.T.).
So, you should not add/uncomment this parameter:
and again, if you added this parameter, it should not have spaces before it. To comment out you may add a #
character before it,
# how frequently to verify writability of storage directory
# storage2.monitor.verify-dir-writable-interval: 5m0s
Save the config and restart the node.