summaryrefslogtreecommitdiffstats
path: root/avahi-core
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2010-06-25 23:16:13 +0200
committerLennart Poettering <lennart@poettering.net>2010-06-25 23:16:13 +0200
commitb82aba015166542b2e25940c7875a6578b52a7d0 (patch)
treec34cc5632b29b7fa45fa6dd1e845bde149711c0b /avahi-core
parent77da2ce3eeadca00aad85d1f61d2755739e4809a (diff)
limits: considerably bump up limits, since users can now easily lower them again and some applications need the high values
Diffstat (limited to 'avahi-core')
-rw-r--r--avahi-core/server.c2
1 files changed, 1 insertions, 1 deletions
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);