From bed87af710f4b6278d4a69a01a7c7e7f5f085c25 Mon Sep 17 00:00:00 2001 From: John Bintz Date: Fri, 10 Aug 2007 02:11:40 +0000 Subject: Tweak max queue size. (bzr r3448) --- src/flood-context.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/flood-context.cpp') diff --git a/src/flood-context.cpp b/src/flood-context.cpp index 1e64d62c9..3f384cb25 100644 --- a/src/flood-context.cpp +++ b/src/flood-context.cpp @@ -770,7 +770,7 @@ static void sp_flood_do_flood_fill(SPEventContext *event_context, GdkEvent *even bci.screen = screen; bci.dtc = dtc; bci.radius = prefs_get_int_attribute_limited("tools.paintbucket", "autogap", 0, 0, 3); - bci.max_queue_size = (width * height) / 16; + bci.max_queue_size = (width * height) / 4; bci.current_step = 0; if (is_point_fill) { -- cgit v1.2.3