diff --git a/src/Squidex.Infrastructure/States/StateFactory.cs b/src/Squidex.Infrastructure/States/StateFactory.cs index 1b03c1635..518ad8f31 100644 --- a/src/Squidex.Infrastructure/States/StateFactory.cs +++ b/src/Squidex.Infrastructure/States/StateFactory.cs @@ -16,7 +16,7 @@ namespace Squidex.Infrastructure.States { public sealed class StateFactory : DisposableObjectBase, IExternalSystem, IStateFactory { - private static readonly TimeSpan CacheDuration = TimeSpan.FromMinutes(1); + private static readonly TimeSpan CacheDuration = TimeSpan.FromMinutes(10); private readonly IPubSub pubSub; private readonly IStateStore store; private readonly IMemoryCache statesCache;