Show pageOld revisionsBacklinksAdd to bookBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== External changes check for remote directories ====== In general case, HippoEDIT does not pull external changes of an open file but relies on file system notifications, that inform editor about changes in respective files. But this approach does not always work for external changes happening with remote (network) files. For these files HippoEDIT uses "pull" logic, periodically checking them for changes. The interval of how often editor will pull for changes on remote directories can be controlled by following XML flag in **settings.xml**: <code xml> <General> <RemoteDirCheckPeriod>500</RemoteDirCheckPeriod> </General> </code> Default value is **1000** milliseconds. If you set value to **0** pulling will be disabled. <note>The feature available from HippoEDIT 1.51.35</note> #xml_option #1_51