We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 870c9e1 commit 6d07599Copy full SHA for 6d07599
quickwit-actors/src/lib.rs
@@ -67,7 +67,7 @@ pub use crate::runner::ActorRunner;
67
/// If an actor does not advertise a progress within an interval of duration `HEARTBEAT`,
68
/// its supervisor will consider it as blocked and will proceed to kill it, as well
69
/// as all of the actors all the actors that share the killswitch.
70
-pub const HEARTBEAT: Duration = Duration::from_secs(1);
+pub const HEARTBEAT: Duration = Duration::from_secs(3);
71
72
pub fn message_timeout() -> Duration {
73
HEARTBEAT.mul_f32(0.2f32)
0 commit comments