change default program to docker/status-whisper-node

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2021-01-27 15:37:47 +01:00
parent e3fa12529f
commit 90192391bb
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ def parse_opts():
help='Name of the field to count.')
parser.add_option('-F', '--fleet', default='eth.prod',
help='Name of the fleet to query.')
parser.add_option('-D', '--program', default='docker/statusd-mail',
parser.add_option('-D', '--program', default='docker/statusd-whisper-node',
help='Name of the program to query.')
parser.add_option('-m', '--max-size', type='int', default=100000,
help='Max number of counts to find.')