Skip to content

Commit

Permalink
Larger times for recycling in example configs (#4737)
Browse files Browse the repository at this point in the history
Times given in previous examples were too low (0 to 1 minute). Changed
to t to 5 minutes.
  • Loading branch information
Gobberwart authored and alexyaoyang committed Aug 25, 2016
1 parent cc22fe9 commit 95430ee
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions configs/config.json.cluster.example
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,8 @@
"recycle_wait_min": 3,
"recycle_wait_max": 5,
"recycle_force": true,
"recycle_force_min": "00:00:00",
"recycle_force_max": "00:01:00"
"recycle_force_min": "00:01:00",
"recycle_force_max": "00:05:00"
}
},
{
Expand Down
4 changes: 2 additions & 2 deletions configs/config.json.example
Original file line number Diff line number Diff line change
Expand Up @@ -131,8 +131,8 @@
"recycle_wait_min": 3,
"recycle_wait_max": 5,
"recycle_force": true,
"recycle_force_min": "00:00:00",
"recycle_force_max": "00:01:00"
"recycle_force_min": "00:01:00",
"recycle_force_max": "00:05:00"
}
},
{
Expand Down
4 changes: 2 additions & 2 deletions configs/config.json.map.example
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,8 @@
"recycle_wait_min": 1,
"recycle_wait_max": 4,
"recycle_force": true,
"recycle_force_min": "00:00:00",
"recycle_force_max": "00:01:00"
"recycle_force_min": "00:01:00",
"recycle_force_max": "00:05:00"
}
},
{
Expand Down
4 changes: 2 additions & 2 deletions configs/config.json.optimizer.example
Original file line number Diff line number Diff line change
Expand Up @@ -180,8 +180,8 @@
"recycle_wait_min": 3,
"recycle_wait_max": 5,
"recycle_force": true,
"recycle_force_min": "00:00:00",
"recycle_force_max": "00:01:00"
"recycle_force_min": "00:01:00",
"recycle_force_max": "00:05:00"
}
},
{
Expand Down
4 changes: 2 additions & 2 deletions configs/config.json.path.example
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,8 @@
"recycle_wait_min": 3,
"recycle_wait_max": 5,
"recycle_force": true,
"recycle_force_min": "00:00:00",
"recycle_force_max": "00:01:00"
"recycle_force_min": "00:01:00",
"recycle_force_max": "00:05:00"
}
},
{
Expand Down
4 changes: 2 additions & 2 deletions configs/config.json.pokemon.example
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,8 @@
"recycle_wait_min": 3,
"recycle_wait_max": 5,
"recycle_force": true,
"recycle_force_min": "00:00:00",
"recycle_force_max": "00:01:00"
"recycle_force_min": "00:01:00",
"recycle_force_max": "00:05:00"
}
},
{
Expand Down

0 comments on commit 95430ee

Please sign in to comment.