orphilia-dropbox
orphilia-dropbox copied to clipboard
Implement longpoll_delta
Instead of spamming Dropbox with delta requests, we could use longpoll_delta.
It simply asks Dropbox if changes are available and waits defined time for response. If true, we can run delta, if not, let's have him wait again.