summaryrefslogtreecommitdiff
path: root/RealtimeSync/xml_proc.h
diff options
context:
space:
mode:
Diffstat (limited to 'RealtimeSync/xml_proc.h')
-rw-r--r--RealtimeSync/xml_proc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/RealtimeSync/xml_proc.h b/RealtimeSync/xml_proc.h
index bac42f1e..3e6c0c0a 100644
--- a/RealtimeSync/xml_proc.h
+++ b/RealtimeSync/xml_proc.h
@@ -16,7 +16,7 @@ namespace xmlAccess
{
struct XmlRealConfig
{
- XmlRealConfig() : delay(5) {}
+ XmlRealConfig() : delay(10) {}
std::vector<wxString> directories;
wxString commandline;
size_t delay;
bgstack15