add some Lwt.pause during Disk.check to allow the web server to process requests #26
Loading…
Reference in a new issue
No description provided.
Delete branch "add-pause-during-check"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Thanks. To be honest I think a single
Lwt.pause ()
should be sufficient since we process at most 4096 bytes at a time. But this should work just fine!