Skip to content

Commit

Permalink
Merge pull request #1773 from nextcloud/backport/1771/stable29
Browse files Browse the repository at this point in the history
[stable29] fix(FederatedUserService): Increase cache TTL for singleId to one week
  • Loading branch information
mejo- authored Nov 25, 2024
2 parents 40527be + a2a2b1e commit 5da4748
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Service/FederatedUserService.php
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ class FederatedUserService {


public const CACHE_SINGLE_CIRCLE = 'circles/singleCircle';
public const CACHE_SINGLE_CIRCLE_TTL = 900;
public const CACHE_SINGLE_CIRCLE_TTL = 604800; // one week

public const CONFLICT_001 = 1;
public const CONFLICT_002 = 2;
Expand Down

0 comments on commit 5da4748

Please sign in to comment.