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.
 
 
 
 
 
 

78 lines
1.5 KiB

##
## strfry config for negentropy interop testing
##
# Directory that contains the strfry LMDB database
db = "/strfry-db/"
dbParams {
maxreaders = 256
mapsize = 10995116277760
noReadAhead = false
}
events {
maxEventSize = 65536
rejectEventsNewerThanSeconds = 900
rejectEventsOlderThanSeconds = 94608000
rejectEphemeralEventsOlderThanSeconds = 60
ephemeralEventsLifetimeSeconds = 300
maxNumTags = 2000
maxTagValSize = 1024
}
relay {
# Listen on all interfaces for Docker
bind = "0.0.0.0"
port = 7777
nofiles = 1000000
realIpHeader = ""
info {
name = "strfry test"
description = "strfry instance for negentropy interop testing"
pubkey = ""
contact = ""
icon = ""
nips = ""
}
maxWebsocketPayloadSize = 131072
maxReqFilterSize = 200
autoPingSeconds = 55
enableTcpKeepalive = false
queryTimesliceBudgetMicroseconds = 10000
maxFilterLimit = 10000
maxSubsPerConnection = 20
writePolicy {
plugin = ""
}
compression {
enabled = true
slidingWindow = true
}
logging {
dumpInAll = false
dumpInEvents = false
dumpInReqs = false
dbScanPerf = false
invalidEvents = true
}
numThreads {
ingester = 3
reqWorker = 3
reqMonitor = 3
negentropy = 4
}
negentropy {
# Enable negentropy protocol for sync testing
enabled = true
maxSyncEvents = 1000000
}
}