summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Mazieres <dm@uun.org>2018-12-11 08:44:25 -0800
committerDavid Mazieres <dm@uun.org>2018-12-11 08:44:25 -0800
commit53174fbd14c28be56281e9c9fa8c5114685dd20d (patch)
tree2512705ef93cb3dbb55aa8ddbb22916e1ba1b029
parentc39023d1ebe4c120b9e8571c27ec1263910c45f8 (diff)
parent2c4adfb40796124d0d81a7fc72528df1a6d766d0 (diff)
Merge branch 'master' of market.scs.stanford.edu:/home/u1/dm/hack/repos/muchsync
-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;