mirror of
https://github.com/status-im/status-go.git
synced 2025-01-09 14:16:21 +00:00
4317b8f687
add mailserver cleaner use memstorage for leveldb in tests avoid write if batch size is 0 add comments add cmd/statusd-prune rmeove batch size var in prune method validate range values pass only flag name to missingFlag refactor Cleaner.prune method update batch not to be a pointer removed extra batch counter increment don't increment counter if batch returns errors add README
10 lines
144 B
Markdown
10 lines
144 B
Markdown
#statusd-prune
|
|
|
|
##Usage
|
|
|
|
```
|
|
cd $STATUS_GO_HOME/cmd/statusd-prune && \
|
|
go build && \
|
|
./statusd-prune -db WNODE_DB_PATH -upper TIMESTAMP
|
|
```
|