From b82aba015166542b2e25940c7875a6578b52a7d0 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Fri, 25 Jun 2010 23:16:13 +0200 Subject: limits: considerably bump up limits, since users can now easily lower them again and some applications need the high values --- avahi-core/server.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'avahi-core') diff --git a/avahi-core/server.c b/avahi-core/server.c index 938c54d..558fec9 100644 --- a/avahi-core/server.c +++ b/avahi-core/server.c @@ -49,7 +49,7 @@ #include "domain-util.h" #include "rr-util.h" -#define AVAHI_DEFAULT_CACHE_ENTRIES_MAX 500 +#define AVAHI_DEFAULT_CACHE_ENTRIES_MAX 4096 static void enum_aux_records(AvahiServer *s, AvahiInterface *i, const char *name, uint16_t type, void (*callback)(AvahiServer *s, AvahiRecord *r, int flush_cache, void* userdata), void* userdata) { assert(s); -- cgit