diff options
author | Alex Auvolat <alex@adnab.me> | 2023-02-02 16:10:56 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2023-02-02 16:10:56 +0100 |
commit | ff14118db7ac838910f4ace03bc24f6dbafc62b3 (patch) | |
tree | da7f088b6236beaf48dd9add76eae6f4837e9e1e /src/lib.rs | |
parent | d0f40c02b9b74e6e6b852036865ad2b0c0e9370c (diff) | |
download | df-consul-ff14118db7ac838910f4ace03bc24f6dbafc62b3.tar.gz df-consul-ff14118db7ac838910f4ace03bc24f6dbafc62b3.zip |
Exponential backoff retry on catalog watcher
Diffstat (limited to 'src/lib.rs')
-rw-r--r-- | src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ pub mod catalog; -pub mod locking; mod kv; +pub mod locking; mod with_index; use std::fs::File; |