# Should I turn on/off repeatedly to reflect changes of currently developing packages?

**URL:** https://discourse.julialang.org/t/should-i-turn-on-off-repeatedly-to-reflect-changes-of-currently-developing-packages/47560
**Category:** New to Julia
**Tags:** package, revise
**Created:** [September 30, 2020, 11:26pm UTC](https://discourse.julialang.org/t/should-i-turn-on-off-repeatedly-to-reflect-changes-of-currently-developing-packages/47560 "2020-09-30T23:26:28Z")
**Posts on this page:** 1
**Showing post:** 18

<div class="post-metadata">

### Author: ![ericphanson](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/ericphanson/32/215186_2.png) [@ericphanson](https://discourse.julialang.org/u/ericphanson)
#### Post date: [October 1, 2020, 1:41am UTC](https://discourse.julialang.org/t/should-i-turn-on-off-repeatedly-to-reflect-changes-of-currently-developing-packages/47560/18 "2020-10-01T01:41:16Z")

</div>

It’s described here: [Configuration · Revise.jl](https://timholy.github.io/Revise.jl/stable/config/#Polling-and-NFS-mounted-code-directories:-JULIA_REVISE_POLL-1), if you start Julia with

```julia
JULIA_REVISE_POLL=1 julia 

```

Then Revise will check every few seconds to see if the files have updated instead of waiting for a notification that they’ve been updated. So if there’s an issue with those notifications then it could help.

---

_[View the full topic](https://discourse.julialang.org/t/should-i-turn-on-off-repeatedly-to-reflect-changes-of-currently-developing-packages/47560)._
