Skip to content

Commit

Permalink
Clean up unused minio.periodic_callback_ms field (#989)
Browse files Browse the repository at this point in the history
  • Loading branch information
Swatinem authored Dec 4, 2024
1 parent 5f24cb4 commit 3813d1b
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ services:
redis_url: redis://redis:@localhost:6379/
minio:
hash_key: testixik8qdauiab1yiffydimvi72ekq # never change this
periodic_callback_ms: false
access_key_id: codecov-default-key
secret_access_key: codecov-default-secret
verify_ssl: false
Expand Down
1 change: 0 additions & 1 deletion docker/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ services:
redis_url: redis://redis:6379
minio:
hash_key: testixik8qdauiab1yiffydimvi72ekq # never change this
periodic_callback_ms: false
access_key_id: codecov-default-key
secret_access_key: codecov-default-secret
verify_ssl: false
Expand Down
1 change: 0 additions & 1 deletion production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ services:
host: localhost
minio:
hash_key: testixik8qdauiab1yiffydimvi72ekq # never change this
periodic_callback_ms: false
access_key_id: codecov-default-key
secret_access_key: codecov-default-secret
verify_ssl: false

0 comments on commit 3813d1b

Please sign in to comment.