crank factors up to 150, so that dpb consumes a bit less cpu yet.
This commit is contained in:
parent
116acde577
commit
96eed0203f
@ -1,5 +1,5 @@
|
||||
# ex:ts=8 sw=4:
|
||||
# $OpenBSD: Engine.pm,v 1.68 2013/01/04 19:34:10 espie Exp $
|
||||
# $OpenBSD: Engine.pm,v 1.69 2013/01/05 13:39:36 espie Exp $
|
||||
#
|
||||
# Copyright (c) 2010 Marc Espie <espie@openbsd.org>
|
||||
#
|
||||
@ -716,7 +716,7 @@ sub adjust_tobuild
|
||||
sub check_buildable
|
||||
{
|
||||
my ($self, $forced) = @_;
|
||||
my $r = $self->limit($forced, 100, "ENG",
|
||||
my $r = $self->limit($forced, 150, "ENG",
|
||||
$self->{buildable}->count > 0,
|
||||
sub {
|
||||
1 while $self->adjust_built;
|
||||
|
@ -1,5 +1,5 @@
|
||||
# ex:ts=8 sw=4:
|
||||
# $OpenBSD: Reporter.pm,v 1.13 2013/01/04 12:49:06 espie Exp $
|
||||
# $OpenBSD: Reporter.pm,v 1.14 2013/01/05 13:39:36 espie Exp $
|
||||
#
|
||||
# Copyright (c) 2010 Marc Espie <espie@openbsd.org>
|
||||
#
|
||||
@ -340,7 +340,7 @@ sub go_write_home
|
||||
sub report
|
||||
{
|
||||
my ($self, $force) = @_;
|
||||
$self->limit($force, 100, "REP", 1,
|
||||
$self->limit($force, 150, "REP", 1,
|
||||
sub {
|
||||
my $msg = "";
|
||||
for my $prod (@{$self->{producers}}) {
|
||||
|
Loading…
Reference in New Issue
Block a user