Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-12-13 | Add command line options to tune the retry strategy for rpc calls | Alberto Sartori | |
Three new command line options have been added: - `--max-attempts` - `--initial-backoff-seconds` - `--max-backoff-seconds` | |||
2023-12-06 | Add CLI option to set write strategy for target-level cache | Klaus Aehlig | |
2023-09-13 | just: Add handling of 'just serve' configuration | Paul Cristian Sarbu | |
2023-08-23 | just: split main code | Klaus Aehlig | |
... by moving the diagnose and cli related code into to separate libraries. In this way, we hopefully improve maintainability of the code base. |