Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tune Sled configuration | Alex Auvolat | 2021-05-03 | 1 | -0/+14 |
| | | | | | | | - Make sled cache size and flush interval configurable - Set less agressive default values: - cache size 128MB instead of 1GB - Flush interval 2 seconds instead of .5 seconds | ||||
* | run cargo fmt on util and make missing doc warning | Trinity Pointard | 2021-04-27 | 1 | -21/+21 |
| | |||||
* | document util crate | Trinity Pointard | 2021-04-27 | 1 | -0/+27 |
| | |||||
* | resolve domain to multiple addresses | Trinity Pointard | 2021-03-18 | 1 | -10/+17 |
| | | | | And warn instead of failling when a domain can't be resolved | ||||
* | remove domain resolution for *_bind_addr | Trinity Pointard | 2021-03-18 | 1 | -16/+0 |
| | |||||
* | simplify addresse deserialialiser and limit allocations | Trinity Pointard | 2021-03-18 | 1 | -23/+7 |
| | |||||
* | add support for using domain name in configuration | Trinity Pointard | 2021-03-18 | 1 | -1/+52 |
| | |||||
* | Remove epidemic propagation for fully replicated stuff: write directly to ↵ | Alex Auvolat | 2021-03-05 | 1 | -5/+5 |
| | | | | all nodes | ||||
* | Build path correctly | Quentin | 2020-11-11 | 1 | -0/+1 |
| | |||||
* | Extract bucket | Quentin | 2020-11-10 | 1 | -1/+2 |
| | |||||
* | Skeleton to the new web API | Quentin | 2020-11-02 | 1 | -1/+1 |
| | |||||
* | Add "web" configuration entry | Quentin | 2020-10-31 | 1 | -0/+7 |
| | |||||
* | Add automatic peer discovery from Consul | Alex Auvolat | 2020-06-30 | 1 | -0/+2 |
| | |||||
* | Rename epidemic_factor to epidemic_fanout (that's what it is); complete conf ↵ | Alex Auvolat | 2020-06-30 | 1 | -3/+3 |
| | | | | example in readme | ||||
* | Starting to be S3 compatible | Alex Auvolat | 2020-04-24 | 1 | -1/+8 |
| | |||||
* | Split code for modular compilation | Alex Auvolat | 2020-04-24 | 1 | -0/+66 |