summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--muchsync.1.md2
-rw-r--r--protocol.cc2
2 files changed, 2 insertions, 2 deletions
diff --git a/muchsync.1.md b/muchsync.1.md
index ed72263..9cdc18e 100644
--- a/muchsync.1.md
+++ b/muchsync.1.md
@@ -262,7 +262,7 @@ following in the file ``.notmuch/hooks/post-new`` under your mail
directory:
#!/bin/sh
- notmuch --nonew --upbg myserver
+ muchsync --nonew --upbg myserver
# FILES
diff --git a/protocol.cc b/protocol.cc
index f67df79..aad43be 100644
--- a/protocol.cc
+++ b/protocol.cc
@@ -880,7 +880,7 @@ void
muchsync_client (sqlite3 *db, notmuch_db &nm,
istream &in, ostream &out)
{
- constexpr time_t commit_interval = 10;
+ constexpr time_t commit_interval = 90;
/* Any work done here gets overlapped with server */
sync_local_data (db, nm.maildir);
versvector localvv {get_sync_vector (db)}, remotevv;