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 b1c49e9 commit 7d62030Copy full SHA for 7d62030
1 file changed
ci/docker-compose.yml
@@ -30,6 +30,8 @@ services:
30
DISABLE_TELEMETRY: 'true'
31
DISABLE_LAZY_LOAD_SHARDS: 'true'
32
GRPC_MAX_MESSAGE_SIZE: 100000000 # 100mb
33
+ OBJECTS_TTL_DELETE_SCHEDULE: "@every 12h" # for objectTTL tests to work
34
+
35
contextionary:
36
environment:
37
OCCURRENCE_WEIGHT_LINEAR_FACTOR: 0.75
0 commit comments