This commit is contained in:
Kevin 2017-02-23 19:25:52 +01:00
parent d84c06e774
commit be8734f21b
1 changed files with 3 additions and 6 deletions

View File

@ -1,10 +1,7 @@
if latency_datacenter < latency_cache
cache_niet
if latency_datacenter < latency_cache && connected(endpoint, cache)
cache_wel
else
if connected(endpoint,cache)
cache_wel
else
cache_niet
cache_niet
def cache_niet: