Skip to content

Commit

Permalink
faster polling
Browse files Browse the repository at this point in the history
  • Loading branch information
Hugo Roy committed Mar 5, 2017
1 parent a8fc539 commit c57bc25
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config
Original file line number Diff line number Diff line change
Expand Up @@ -73,15 +73,14 @@
"send_delay": "2"
},
"poll": {
"interval": "800"
"interval": "100"
},
"attachment": {
"external_open_cmd": "xdg-open"
},
"thread_view": {
"open_html_part_external": "true",
"open_external_link": "xdg-open",
"default_save_directory": "~",
"indent_messages": "false",
"code_prettify": {
"enable": "false",
Expand All @@ -93,6 +92,7 @@
"gravatar": {
"enable": "true"
},
"default_save_directory": "~",
"mark_unread_delay": "0.5",
"mathjax": {
"enable": "false",
Expand Down

0 comments on commit c57bc25

Please sign in to comment.