timeout à 5 secondes pour la connexion à un cache

This commit is contained in:
Yves Dubromelle
2016-07-21 00:43:15 +02:00
parent 111f33ff3d
commit 3d1a7d2161

View File

@@ -14,5 +14,9 @@ in {
(mkIf profiles.isPrunetwork "http://192.168.1.20:5000")
];
};
}
extraOptions = ''
connect-timeout = 5
'';
};
}