Increase mailserver page size 10 times to make initial sync faster.
Signed-off-by: Igor Mandrigin <i@mandrigin.ru>
This commit is contained in:
parent
27d6816cca
commit
9cb890a32f
|
@ -236,7 +236,7 @@
|
|||
mailserver-removed?
|
||||
(connect-to-mailserver cofx)))))
|
||||
|
||||
(def limit 200)
|
||||
(def limit 2000)
|
||||
|
||||
(defn adjust-request-for-transit-time
|
||||
[from]
|
||||
|
|
Loading…
Reference in New Issue