Removed unused constants.

pull/8/head
Nicholas Hastings 12 years ago
parent 45bbbda746
commit 9c2499f866

@ -14,10 +14,7 @@ namespace DepotDownloader
static class ContentDownloader static class ContentDownloader
{ {
const string DEFAULT_DIR = "depots"; const string DEFAULT_DIR = "depots";
const int MAX_STORAGE_RETRIES = 500;
const int MAX_CONNECT_RETRIES = 10;
const int NUM_STEAM3_CONNECTIONS = 4; const int NUM_STEAM3_CONNECTIONS = 4;
const int STEAM2_CONNECT_TIMEOUT_SECONDS = 5;
public static DownloadConfig Config = new DownloadConfig(); public static DownloadConfig Config = new DownloadConfig();

Loading…
Cancel
Save