You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/participate/run-nodes/archive-node.md
+10Lines changed: 10 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -202,6 +202,16 @@ Have question or need help? Please ask in the [TON dev chat](https://t.me/tondev
202
202
:::
203
203
204
204
205
+
## Tips & Tricks
206
+
207
+
### Force archive node not to store blocks
208
+
209
+
To force node not to store archive blocks use the value 86400. Check [set_node_argument section](/participate/run-nodes/mytonctrl#set_node_argument) for more.
| `global-config` | path to global config | `/usr/bin/ton/global.config.json` |
557
+
| `db` | path to database | `/var/ton-work/db/` |
558
+
| `logname` | path to logs | `/var/ton-work/log` |
559
+
| `state-ttl` | ttl of blockchain states that node keep | 3600 |
560
+
| `archive-ttl` | ttl of blocks node stores. _To force node not to store archive blocks use the value `86400`_ | 2592000 if liteserver mode was enabled during installation process, otherwise 86400 |
0 commit comments