diff --git a/src/cloud.rs b/src/cloud.rs index 146f6ee..aeb922a 100644 --- a/src/cloud.rs +++ b/src/cloud.rs @@ -207,7 +207,7 @@ impl GenericCloud

{ options: options, crypto: crypto, next_peerlist: now(), - update_freq: peer_timeout/2, + update_freq: peer_timeout/2-60, buffer_out: [0; 64*1024], next_housekeep: now(), _dummy_p: PhantomData,