Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
clusterd: Increase max broadcast push to 80000
/etc/group.debian is now 65538 bytes and can no longer be pushed with udp push (`clusterd --push FILE`) . We can't just change the caller to tcp push (`clusterd push FILE`), because the tcp push command completes asynchronously and the following `/usr/sbin/clusterd --flush-gidcache` would be to early. Increase maximum size for udp push as a temporary workaround.
- Loading branch information