Skip to content

Commit

Permalink
qa: use Capabilities::UNLIMITED_KEY_LENGTH constant
Browse files Browse the repository at this point in the history
Signed-off-by: Maximilian Bösing <2189546+boesing@users.noreply.github.com>
  • Loading branch information
boesing committed Sep 26, 2021
1 parent e2e8651 commit d886c15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/BlackHole.php
Expand Up @@ -385,7 +385,7 @@ public function getCapabilities()
],
'staticTtl' => true,
'minTtl' => 1,
'maxKeyLength' => 0,
'maxKeyLength' => Capabilities::UNLIMITED_KEY_LENGTH,
'ttlPrecision' => 1,
'useRequestTime' => false,
]);
Expand Down

0 comments on commit d886c15

Please sign in to comment.