mirror of
https://github.com/edera-dev/krata.git
synced 2025-08-02 21:00:55 +00:00
fix(daemon): decrease rate of runtime reconcile (#224)
This commit is contained in:
parent
350e02c553
commit
71301ee689
@ -127,7 +127,7 @@ impl GuestReconciler {
|
||||
}
|
||||
},
|
||||
|
||||
_ = sleep(Duration::from_secs(5)) => {
|
||||
_ = sleep(Duration::from_secs(15)) => {
|
||||
if let Err(error) = self.reconcile_runtime(false).await {
|
||||
error!("runtime reconciler failed: {}", error);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user