mirror of
https://github.com/status-im/status-go.git
synced 2025-01-09 14:16:21 +00:00
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
|
||
|
```
|