Open moooofly opened 6 years ago
After updating queue-size value in /etc/hunter/agent.json, you can dynamically update runtime config by kill -SIGHUP $(pidof proxy), but no way to regenerate channel using this new value right now.
queue-size
/etc/hunter/agent.json
kill -SIGHUP $(pidof proxy)
Current
After updating
queue-size
value in/etc/hunter/agent.json
, you can dynamically update runtime config bykill -SIGHUP $(pidof proxy)
, but no way to regenerate channel using this new value right now.