Skip to content

Commit

Permalink
Add Threshold Option to Example Configs
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikhil Pandey committed Aug 3, 2016
1 parent c6c046d commit 656aa29
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions configs/config.json.cluster.example
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
{
"type": "RecycleItems",
"config": {
"threshold": 300,
"item_filter": {
"Pokeball": { "keep" : 100 },
"Potion": { "keep" : 10 },
Expand Down
1 change: 1 addition & 0 deletions configs/config.json.example
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
{
"type": "RecycleItems",
"config": {
"threshold": 300,
"item_filter": {
"Pokeball": { "keep" : 100 },
"Potion": { "keep" : 10 },
Expand Down
1 change: 1 addition & 0 deletions configs/config.json.map.example
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
{
"type": "RecycleItems",
"config": {
"threshold": 300,
"item_filter": {
"Pokeball": { "keep" : 100 },
"Potion": { "keep" : 10 },
Expand Down
1 change: 1 addition & 0 deletions configs/config.json.path.example
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
{
"type": "RecycleItems",
"config": {
"threshold": 300,
"item_filter": {
"Pokeball": { "keep" : 100 },
"Potion": { "keep" : 10 },
Expand Down
1 change: 1 addition & 0 deletions configs/config.json.pokemon.example
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
{
"type": "RecycleItems",
"config": {
"threshold": 300,
"item_filter": {
"Pokeball": { "keep" : 100 },
"Potion": { "keep" : 10 },
Expand Down

0 comments on commit 656aa29

Please sign in to comment.