Add peer_sync_interval
configuration to socialbox policies
This commit is contained in:
parent
97757bec5f
commit
5afe4429ed
2 changed files with 4 additions and 2 deletions
|
@ -93,7 +93,8 @@
|
|||
"policies": {
|
||||
"max_signing_keys": 20,
|
||||
"session_inactivity_expires": 43200,
|
||||
"image_captcha_expires": 300
|
||||
"image_captcha_expires": 300,
|
||||
"peer_sync_interval": 3600
|
||||
},
|
||||
"storage": {
|
||||
"path": "/etc/socialbox",
|
||||
|
|
|
@ -93,7 +93,8 @@
|
|||
"policies": {
|
||||
"max_signing_keys": 20,
|
||||
"session_inactivity_expires": 43200,
|
||||
"image_captcha_expires": 300
|
||||
"image_captcha_expires": 300,
|
||||
"peer_sync_interval": 3600
|
||||
},
|
||||
"storage": {
|
||||
"path": "/etc/socialbox",
|
||||
|
|
Loading…
Add table
Reference in a new issue