Skip to content

Commit 4be6857

Browse files
authored
Merge pull request #4 from fpco/docs-stale-delay
docs: Document the duration value of StaleDelay::Default
2 parents 0c9808e + df21106 commit 4be6857

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ pub struct AsyncLoaderBuilder {
7575

7676
#[derive(Default)]
7777
pub enum StaleDelay {
78+
/// Default will be twice the [AsyncLoaderBuilder::reload_delay]
7879
#[default]
7980
Default,
8081
Duration(Duration),

0 commit comments

Comments
 (0)