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 bc87137 commit 264f881Copy full SHA for 264f881
1 file changed
modules/user/src/main/LightUserApi.scala
@@ -52,7 +52,7 @@ final class LightUserApi(repo: UserRepo, cacheApi: CacheApi)(using Executor)
52
,
53
default = id => LightUser(id, id.into(UserName), None, None, PatronMonths.zero, None).some,
54
strategy = Syncache.Strategy.WaitAfterUptime(10.millis),
55
- expireAfter = Syncache.ExpireAfter.Write(13.minutes)
+ expireAfter = Syncache.ExpireAfter.Write(10.minutes)
56
)
57
58
private given BSONDocumentReader[LightUser] with
0 commit comments