Update AssetsDownloader.cs

This commit is contained in:
oxmc
2022-12-31 03:48:37 -08:00
committed by GitHub
parent bd39092926
commit 14e44e456a
+2 -2
View File
@@ -29,9 +29,9 @@ namespace QuestAppLauncher
const string TempDownloadFileExtention = ".tmp_download";
// GitHub API url
var GithubApiUrl = @"http://api.github.com/";
string GithubApiUrl = @"http://api.github.com/";
var isorg = true;
string isorg = true;
// Rate limit in minutes
const int RateLimitInMins = 5;