Code

Tweak max queue size.
authorjohncoswell <johncoswell@users.sourceforge.net>
Fri, 10 Aug 2007 02:11:40 +0000 (02:11 +0000)
committerjohncoswell <johncoswell@users.sourceforge.net>
Fri, 10 Aug 2007 02:11:40 +0000 (02:11 +0000)
src/flood-context.cpp

index 1e64d62c9d989003610d073d8d74fcc10699d934..3f384cb2537462db52185558f4f0b62546bf95a3 100644 (file)
@@ -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) {