Commit e1a3d2ad authored by Rafael Monnerat's avatar Rafael Monnerat

slapos_cloud: Double cache Duration for instance Access

   Since instances typically only access master once a day, double the cache duration to ensure it wasnt flushed between the runs.
parent d238b0e7
......@@ -26,7 +26,7 @@
</item>
<item>
<key> <string>cache_duration</string> </key>
<value> <int>86400</int> </value>
<value> <int>172800</int> </value>
</item>
<item>
<key> <string>description</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