mirror of
https://git.wownero.com/wownero/tippero.git
synced 2024-08-15 00:33:14 +00:00
reddit: make the cache timeout configurable
And decrease poll time
This commit is contained in:
parent
3ebd4befc5
commit
fd7ca261b2
2 changed files with 4 additions and 2 deletions
|
@ -57,9 +57,10 @@ network_config = {
|
|||
'login': 'testbx',
|
||||
'keyword': '/u/testbx',
|
||||
'user_agent': tipbot_name,
|
||||
'update_period': 90,
|
||||
'update_period': 35,
|
||||
'load_limit': 100,
|
||||
'use_unread_api': True,
|
||||
'cache_timeout': 30,
|
||||
},
|
||||
'twitter': {
|
||||
'login': 'tipperome',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue