Update AssetsDownloader.cs

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