From 01a695e260429b4ed834a52fb55ba49a8cb42e6a Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Mon, 14 Mar 2011 15:44:08 +0100 Subject: randomize mirror list to ensure more even load --- methods/mirror.h | 1 + 1 file changed, 1 insertion(+) (limited to 'methods/mirror.h') diff --git a/methods/mirror.h b/methods/mirror.h index 0a3ea6e92..bd807e122 100644 --- a/methods/mirror.h +++ b/methods/mirror.h @@ -34,6 +34,7 @@ class MirrorMethod : public HttpMethod protected: bool DownloadMirrorFile(string uri); + bool RandomizeMirrorFile(string file); string GetMirrorFileName(string uri); bool InitMirrors(); bool TryNextMirror(); -- cgit v1.2.3