aboutsummaryrefslogtreecommitdiff
path: root/src/rpc/rpc_client.rs
Commit message (Collapse)AuthorAgeFilesLines
* Update dependenciesAlex Auvolat2021-03-161-2/+1
|
* Some improvements in background worker but we terminate lateAlex Auvolat2021-03-151-1/+1
|
* WIP migrate to tokio 1Alex Auvolat2021-03-151-1/+1
|
* Implement table gc, currently for block_ref and version onlyAlex Auvolat2021-03-121-4/+1
|
* Update sled & try to debug deadlock (but its in sled...)Alex Auvolat2021-02-231-0/+3
|
* Make less things publicAlex Auvolat2020-12-121-3/+3
|
* Rate limit requests a bit more seriouslyAlex Auvolat2020-05-011-1/+2
| | | | | | | | | droping the slot later (after reading the request response) means that we aren't freeing our quota slot, so the maximum number of simultaneous requests now also counts the response reading phase TODO next: quotas per rpc destination node, or maybe per datacenter (?)
* Split code for modular compilationAlex Auvolat2020-04-241-27/+7
|
* Reorganize codeAlex Auvolat2020-04-231-0/+360