浏览代码

Reduce amnesic storage

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

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

53
 MESH_AMNESIC=/root/.amnesic
53
 MESH_AMNESIC=/root/.amnesic
54
 
54
 
55
 # Tomb containing logs
55
 # Tomb containing logs
56
-TOMB_LOG_SIZE_MB=32
56
+TOMB_LOG_SIZE_MB=10
57
 
57
 
58
 # size of the tomb used to store qtox settings
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
 # Tomb containing tox bootstrap
61
 # Tomb containing tox bootstrap
62
 TOMB_TOX_BOOTSTRAP_SIZE_MB=10
62
 TOMB_TOX_BOOTSTRAP_SIZE_MB=10