Commit graph

15 commits

Author SHA1 Message Date
289521886b make most changes suggested during install-party 2021-05-29 21:37:49 +02:00
e4b9e4e24d
rename types to CamelCase 2021-05-03 22:15:09 +02:00
f05bb111c2
fix clippy warnings on util and rpc 2021-05-03 22:11:41 +02:00
74373aebcf
make most requested changes 2021-04-27 16:47:08 +02:00
16300bbd89
remove useless comment 2021-04-27 16:44:01 +02:00
8e0524ae15
document rpc crate 2021-04-27 16:37:10 +02:00
f4346cc5f4 Update dependencies 2021-03-16 15:58:40 +01:00
6a8439fd13 Some improvements in background worker but we terminate late 2021-03-15 23:14:12 +01:00
0cd5b2ae19 WIP migrate to tokio 1 2021-03-15 22:36:41 +01:00
c475471e7a Implement table gc, currently for block_ref and version only 2021-03-12 19:57:37 +01:00
20e6e9fa20 Update sled & try to debug deadlock (but its in sled...) 2021-02-23 21:27:28 +01:00
8956db2a81 Make less things public 2020-12-12 17:58:19 +01:00
16fbb32fd3 Rate limit requests a bit more seriously
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 (?)
2020-05-01 19:18:54 +00:00
d8f5e643bc Split code for modular compilation 2020-04-24 10:10:01 +00:00
c9c6b0dbd4 Reorganize code 2020-04-23 17:05:46 +00:00
Renamed from src/rpc_client.rs (Browse further)