Closed Enyium closed 1 month ago
This issue is stale because it has been open 14 days with no activity. Remove stale label or comment or this will be closed in 5 days.
@mgrachev, please react.
@Enyium 👋 Thank you for your feedback!
Any PR to improve the documentation is welcome 😊
My GUI app uses its own JSON config file to keep track of whether an update check should be performed. According to my understanding of the following code snippet, calling
update_informer::new(...).interval(Duration::ZERO)
is the way to achieve this:But this isn't documented. Could you please document this usage as a way to completely avoid that the crate does anything on the file system, if I understood this correctly?
BTW: The docs text on
interval()
says: "An interval in seconds." But it's aDuration
, which isn't a second value per se.