You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

36 lines
691 B

## 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
}