瀏覽代碼

Adding retention policy

master
Miguel Gagliardo 4 月之前
父節點
當前提交
2cfca29e7c
共有 1 個檔案被更改,包括 5 行新增0 行删除
  1. 5
    0
      install.sh

+ 5
- 0
install.sh 查看文件

@@ -121,6 +121,11 @@ turn_user_lifetime: 86400000
121 121
 turn_shared_secret: "${TURN_STATIC_SECRET}"
122 122
 turn_uris: [ "turn:${DOMAIN}?transport=udp" ]
123 123
 suppress_key_server_warning: true
124
+retention:
125
+  enabled: true
126
+  default_policy:
127
+    min_lifetime: 1s
128
+    max_lifetime: 1s
124 129
 EOF
125 130
 
126 131
 # Replace Password in homeserver.yaml

Loading…
取消
儲存