Skip to content

Commit

Permalink
doc: ChangeWatcher add advice for delay value
Browse files Browse the repository at this point in the history
  • Loading branch information
tguichaoua committed Jul 13, 2023
1 parent cd0a642 commit f9c8245
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions crates/bevy_asset/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@ pub struct ChangeWatcher {
///
/// If you have a slow hard drive or expect to reload large assets, you may want to increase
/// this value.
///
/// 200 milliseconds is a safe default value.
pub delay: Duration,
}

Expand Down

0 comments on commit f9c8245

Please sign in to comment.