Skip to content

[hotfix] actually reduce socket pool size to 1

aguestuser requested to merge hotfix-actually-reduce-socket-pool-size-to-1 into master

context:

  • a prior MR (!334 (merged)) attempted to alleviate concurrency pressure on signald by reducing our socket pool size from 50 to 1
  • however, it mistakenly changed vestigal configs in config.signal.poolSize, which is no longer used anywhere, thus having no effect at all on the pool size

changes:

  • change the pool size in config.socket.poolSize (which is actually used)
  • remove the vestigal signal config (which is not used anywhere)
Edited by aguestuser

Merge request reports

Loading