Skip to content

Commit 461aed4

Browse files
authored
Refactor note formatting in EagerRefresh.md
Updated note formatting for clarity and consistency.
1 parent 72fccfe commit 461aed4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/EagerRefresh.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ The valid range is any value `> 0.0` and `< 1.0`.
3838

3939
Values outside of this range (`<= 0.0` or `>= 1.0`) are automatically turned into `null`, meaning *"no eager refresh"*.
4040

41-
**ℹ NOTE:** typically a good value is `0.8` or above, meaning *"if a request comes in after 80% of the Duration, start a background refresh"*. Very low values like `0.1` (`10%`) would result in a constant refresh cycle, probably overloading your database.
41+
> [!NOTE]
42+
> Typically a good value is `0.8` or above, meaning *"if a request comes in after 80% of the Duration, start a background refresh"*. Very low values like `0.1` (`10%`) would result in a constant refresh cycle, probably overloading your database.
4243
4344
## Why no TimeSpan?
4445

0 commit comments

Comments
 (0)