mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-10 04:57:00 -04:00
add sleep in web request
This commit is contained in:
@@ -59,6 +59,7 @@ WebRequestWindow::WebRequestWindow(Window* parent, const String& url, bool sizer
|
||||
});
|
||||
|
||||
// start request
|
||||
wxMilliSleep(70); // make sure we don't DDoS anyone
|
||||
request.Start();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user