Skip to content

Commit

Permalink
imapc: Change imapc_connection_retry_interval default to be 1 second.
Browse files Browse the repository at this point in the history
10 secs at least is too high. Usually the connection problem is very
intermittent and even an immediate reconnection would succeed.
  • Loading branch information
sirainen committed Apr 10, 2017
1 parent 0fa6c72 commit 1955422
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib-storage/index/imapc/imapc-settings.c
Expand Up @@ -57,7 +57,7 @@ static const struct imapc_settings imapc_default_settings = {
.imapc_cmd_timeout = 5*60,
.imapc_max_idle_time = 60*29,
.imapc_connection_retry_count = 1,
.imapc_connection_retry_interval = 10,
.imapc_connection_retry_interval = 1,
.imapc_max_line_length = 0,

.pop3_deleted_flag = ""
Expand Down

0 comments on commit 1955422

Please sign in to comment.