## strfry configuration for negentropy interop testing relay { # Interface to listen on. Use 0.0.0.0 to listen on all interfaces bind = "0.0.0.0" # Port to open for the nostr websocket protocol port = 7777 # Enable negentropy protocol for sync negentropy { enabled = true maxSyncEvents = 1000000 } # Number of threads for handling negentropy messages numThreads { negentropy = 4 } # Nostr protocol settings nostr { # Maximum message size (1MB) maxFilterLimit = 10000 } } db { # LMDB directory path = "/data/strfry-db/" } events { # Maximum events to return maxLimit = 10000 }