Skip to content

Commit

Permalink
chore: remove Redis::DEFAULT_TTL constant now that it's defined in th…
Browse files Browse the repository at this point in the history
…e interface

Signed-off-by: Robin Appelman <robin@icewind.nl>
  • Loading branch information
icewind1991 committed Jul 10, 2024
1 parent 32aee4c commit 97b2ce7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/private/Memcache/Redis.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ class Redis extends Cache implements IMemcacheTTL {
],
];

private const DEFAULT_TTL = 24 * 60 * 60; // 1 day
private const MAX_TTL = 30 * 24 * 60 * 60; // 1 month

/**
Expand Down

0 comments on commit 97b2ce7

Please sign in to comment.