Skip to content
This repository was archived by the owner on Jun 13, 2025. It is now read-only.

Commit 3813d1b

Browse files
authored
Clean up unused minio.periodic_callback_ms field (#989)
1 parent 5f24cb4 commit 3813d1b

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ services:
3535
redis_url: redis://redis:@localhost:6379/
3636
minio:
3737
hash_key: testixik8qdauiab1yiffydimvi72ekq # never change this
38-
periodic_callback_ms: false
3938
access_key_id: codecov-default-key
4039
secret_access_key: codecov-default-secret
4140
verify_ssl: false

docker/test.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ services:
3030
redis_url: redis://redis:6379
3131
minio:
3232
hash_key: testixik8qdauiab1yiffydimvi72ekq # never change this
33-
periodic_callback_ms: false
3433
access_key_id: codecov-default-key
3534
secret_access_key: codecov-default-secret
3635
verify_ssl: false

production.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ services:
3434
host: localhost
3535
minio:
3636
hash_key: testixik8qdauiab1yiffydimvi72ekq # never change this
37-
periodic_callback_ms: false
3837
access_key_id: codecov-default-key
3938
secret_access_key: codecov-default-secret
4039
verify_ssl: false

0 commit comments

Comments
 (0)