Remove 100ms delay between chunk uploads

dhcp-server
Pat Hartl 2023-08-28 18:13:41 -05:00
parent 56d985077d
commit 15ac48caab
1 changed files with 0 additions and 2 deletions

View File

@ -50,8 +50,6 @@ namespace LANCommander.Controllers
}
}
Thread.Sleep(100);
return Json("Done!");
}
}