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:
Heikki Hannikainen 2012-10-14 21:39:50 +03:00
parent 2fe86a6c5f
commit 362a6be4d2
1 changed files with 0 additions and 1 deletions

View File

@ -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) {