github.com/status-im/status-go@v1.1.0/cmd/statusd/topics/README.md (about)

     1  Topics flags
     2  ============
     3  
     4  This module provides 2 helpers to parse collections of topics.
     5  
     6  1. List of topics, such as:
     7  
     8  ```
     9  statusd -topic.register=whisper -topic.register=les
    10  ```
    11  
    12  2. List of topics with limits per topic. Main use case is to define per-protocol
    13  peer limits:
    14  
    15  ```
    16  statusd -topic.search=whisper=7,9 -topic.search=mailserver=1,1 -topic.search=les=1,2
    17  ```