Skip to content

Commit

Permalink
Disable surge protection
Browse files Browse the repository at this point in the history
  • Loading branch information
dstufft committed Jan 15, 2015
1 parent 3a144ae commit ac73cb8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions salt/moin/configs/farmconfig.py.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,9 @@ class FarmConfig(multiconfig.DefaultConfig):
"edit_on_doubleclick": False,
}

# disable surge protection
surge_action_limits = None

# Charting needs "gdchart" installed! (None to disable charting)
chart_options = {"width": 600, "height": 300}

Expand Down

0 comments on commit ac73cb8

Please sign in to comment.