Skip to content

Commit

Permalink
lower session_reclaim_interval_secs
Browse files Browse the repository at this point in the history
  • Loading branch information
Aiee committed Feb 6, 2023
1 parent 326757a commit bd3068e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ services:
- --cert_path=${cert_path}
- --key_path=${key_path}
- --enable_ssl=${enable_ssl}
- --session_reclaim_interval_secs=3
- --session_reclaim_interval_secs=2
depends_on:
- metad0
- metad1
Expand Down Expand Up @@ -324,7 +324,7 @@ services:
- --cert_path=${cert_path}
- --key_path=${key_path}
- --enable_ssl=${enable_ssl}
- --session_reclaim_interval_secs=3
- --session_reclaim_interval_secs=2
depends_on:
- metad0
- metad1
Expand Down Expand Up @@ -368,7 +368,7 @@ services:
- --cert_path=${cert_path}
- --key_path=${key_path}
- --enable_ssl=${enable_ssl}
- --session_reclaim_interval_secs=3
- --session_reclaim_interval_secs=2
depends_on:
- metad0
- metad1
Expand Down

0 comments on commit bd3068e

Please sign in to comment.