Increase frequency of network timer

This commit is contained in:
Joshua Granick
2018-09-28 14:27:28 -07:00
parent 1a8f1fd4e4
commit 737c37854f

View File

@@ -323,7 +323,7 @@ class NativeHTTPRequest {
if (multiTimer == null) {
multiTimer = new Timer (30);
multiTimer = new Timer (14);
multiTimer.run = multiTimer_onRun;
multiTimer_onRun ();