Skip to content

Commit d6640cc

Browse files
committed
chore: remove Redis::DEFAULT_TTL constant now that it's defined in the interface
Signed-off-by: Robin Appelman <robin@icewind.nl>
1 parent 2d5b5b7 commit d6640cc

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

lib/private/Memcache/Redis.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ class Redis extends Cache implements IMemcacheTTL {
2929
],
3030
];
3131

32-
private const DEFAULT_TTL = 24 * 60 * 60; // 1 day
3332
private const MAX_TTL = 30 * 24 * 60 * 60; // 1 month
3433

3534
/**

0 commit comments

Comments
 (0)