Commit dbc90386 authored by Rafael Monnerat's avatar Rafael Monnerat

slapos_subscription_request: Run the alarms more frequently

This is an acceptable speed up as the amount of processing is small, and pontual, as states are updated quickly.
parent 7042f890
......@@ -42,7 +42,7 @@
</item>
<item>
<key> <string>periodicity_minute_frequency</string> </key>
<value> <int>10</int> </value>
<value> <int>2</int> </value>
</item>
<item>
<key> <string>periodicity_month</string> </key>
......
......@@ -42,7 +42,7 @@
</item>
<item>
<key> <string>periodicity_minute_frequency</string> </key>
<value> <int>10</int> </value>
<value> <int>2</int> </value>
</item>
<item>
<key> <string>periodicity_month</string> </key>
......
......@@ -42,7 +42,7 @@
</item>
<item>
<key> <string>periodicity_minute_frequency</string> </key>
<value> <int>10</int> </value>
<value> <int>1</int> </value>
</item>
<item>
<key> <string>periodicity_month</string> </key>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment