Remove 100ms delay between chunk uploads
This commit is contained in:
parent
56d985077d
commit
15ac48caab
1 changed files with 0 additions and 2 deletions
|
@ -50,8 +50,6 @@ namespace LANCommander.Controllers
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
Thread.Sleep(100);
|
|
||||||
|
|
||||||
return Json("Done!");
|
return Json("Done!");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue