mirror of
https://github.com/privacore/open-source-search-engine.git
synced 2025-07-13 02:36:06 -04:00
Use hardcoded value again for doCmdAll udp slots as g_conf is not loaded when using cmd line
This commit is contained in:
2
main.cpp
2
main.cpp
@ -1894,7 +1894,7 @@ void doCmdAll ( int fd, void *state ) {
|
||||
20000000 , // readBufSIze
|
||||
20000000 , // writeBufSize
|
||||
20 , // pollTime in ms
|
||||
g_conf.m_udpMaxSockets , // max udp slots
|
||||
3500 , // max udp slots
|
||||
false )){ // is dns?
|
||||
log("db: UdpServer init on port 18123 failed: %s" ,
|
||||
mstrerror(g_errno));
|
||||
|
Reference in New Issue
Block a user