浏览代码

Reduce amnesic storage

Bob Mottram 8 年前
父节点
当前提交
cd16631cde
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2
    2
      src/freedombone-image-mesh

+ 2
- 2
src/freedombone-image-mesh 查看文件

@@ -53,10 +53,10 @@ MESH_INSTALL_SETUP=/root/.initial_mesh_setup
53 53
 MESH_AMNESIC=/root/.amnesic
54 54
 
55 55
 # Tomb containing logs
56
-TOMB_LOG_SIZE_MB=32
56
+TOMB_LOG_SIZE_MB=10
57 57
 
58 58
 # size of the tomb used to store qtox settings
59
-TOMB_TOX_SIZE_MB=32
59
+TOMB_TOX_SIZE_MB=10
60 60
 
61 61
 # Tomb containing tox bootstrap
62 62
 TOMB_TOX_BOOTSTRAP_SIZE_MB=10