Igate processing (heard list maintenance) was accidentally enabled for full feeds.
Disable it - full feeds get all packets anyway, so we don't need to route messages for them.
This commit is contained in:
parent
2fe86a6c5f
commit
362a6be4d2
|
|
@ -789,7 +789,6 @@ int do_listen(struct listen_config_t **lq, int argc, char **argv)
|
|||
clflags |= CLFLAGS_IGATE;
|
||||
} else if (strcasecmp(argv[2], "fullfeed") == 0) {
|
||||
clflags |= CLFLAGS_FULLFEED;
|
||||
clflags |= CLFLAGS_IGATE;
|
||||
} else if (strcasecmp(argv[2], "dupefeed") == 0) {
|
||||
clflags |= CLFLAGS_DUPEFEED;
|
||||
} else if (strcasecmp(argv[2], "clientonly") == 0) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue