Skip to content

Commit f34d060

Browse files
committed
Add constant for search strings
1 parent 51cecc8 commit f34d060

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

server/recceiver/cfstore.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
__all__ = ["CFProcessor"]
2828

2929
RECCEIVERID_DEFAULT = socket.gethostname()
30+
DEFAULT_MAX_CHANNEL_NAME_QUERY_LENGTH = 600
3031

3132

3233
@dataclass

0 commit comments

Comments
 (0)