From 902dc3558d17fce8d60117ca66c905fe8993f5c8 Mon Sep 17 00:00:00 2001 From: Lukasz Oleksak Date: Fri, 17 Jun 2022 11:11:42 +0200 Subject: [PATCH] Increasing cache maximum size to handle complex UIs Change-Id: I5a9072894df80214532c9521d0f30aa454d0a239 --- atspi/atspi-misc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/atspi/atspi-misc.c b/atspi/atspi-misc.c index be8030e..ae2de51 100644 --- a/atspi/atspi-misc.c +++ b/atspi/atspi-misc.c @@ -38,7 +38,7 @@ #include /* This value is not fixed, could be changed. */ -#define HASH_TABLE_SIZE_MAX 1000 +#define HASH_TABLE_SIZE_MAX 3000 static void handle_get_items (DBusPendingCall *pending, void *user_data); -- 2.7.4