Page MenuHomePhabricator

Set init stop timeout to 10 min
ClosedPublic

Authored by PiRK on Aug 23 2021, 08:19.

Details

Reviewers
majcosta
Group Reviewers
Restricted Project
Commits
rABC161dd286ff24: Set init stop timeout to 10 min
Summary

bitcoind can take a long time to flush its db cache to disk upon
shutdown. Most init files send a SIGKILL after a timeout of 1 minute,
causing unclean shutdowns and triggering a long "Rolling forward" at the
next startup. Increasing this timeout to 10 minutes should reduce how
often this occurs, especially during IBD.

This is a backport of core#16569

Test Plan

NA

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable