diff --git a/src/contrib/cluster/Akka.Cluster.Sharding/Shard.cs b/src/contrib/cluster/Akka.Cluster.Sharding/Shard.cs index 139fd0a53a5..bde0e262e19 100644 --- a/src/contrib/cluster/Akka.Cluster.Sharding/Shard.cs +++ b/src/contrib/cluster/Akka.Cluster.Sharding/Shard.cs @@ -1150,7 +1150,7 @@ private void LoadingEntityIdsFailed() { Log.Error("{0}: Failed to load initial entity ids from remember entities store within [{1}], stopping shard for backoff and restart", _typeName, - _settings.TuningParameters.WaitingForStateTimeout); + _settings.TuningParameters.UpdatingStateTimeout); // parent ShardRegion supervisor will notice that it terminated and will start it again, after backoff Context.Stop(Self); }