diff --git a/plugins/repeat b/plugins/repeat index e05b1d0..7742660 100644 --- a/plugins/repeat +++ b/plugins/repeat @@ -5,7 +5,7 @@ HELP "*, x, x, *" => "Repeat previous/next product N times"; my $err_stacked = "Stacked repetition is not supported."; my $err_pfand = "Plugins 'pfand' and 'repeat' cannot be combined."; -my $limit = 24; +my $limit = 200; my $err_limit = "Repetition is limited at $limit items."; sub command {