You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Optimization: Only download & replace the file if it's changed. (#2) This reduces I/O, and let's developers use tools like inotify to watch for file modifications. (Thanks @talaris)