Skip to content

Commit 7d62030

Browse files
committed
Add object TTL env var
1 parent b1c49e9 commit 7d62030

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

ci/docker-compose.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ services:
3030
DISABLE_TELEMETRY: 'true'
3131
DISABLE_LAZY_LOAD_SHARDS: 'true'
3232
GRPC_MAX_MESSAGE_SIZE: 100000000 # 100mb
33+
OBJECTS_TTL_DELETE_SCHEDULE: "@every 12h" # for objectTTL tests to work
34+
3335
contextionary:
3436
environment:
3537
OCCURRENCE_WEIGHT_LINEAR_FACTOR: 0.75

0 commit comments

Comments
 (0)