Skip to content

Commit

Permalink
[backend] adapt to really big kiwi jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
mlschroe committed Oct 18, 2013
1 parent b0b149b commit 86b59ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/backend/bs_repserver
Expand Up @@ -3613,7 +3613,7 @@ sub listjobs {

sub addjob {
my ($cgi, $arch, $job) = @_;
my $infoxml = BSServer::read_data(10000000);
my $infoxml = BSServer::read_data(100000000);
# just check xml structure
die("job '$job' already exists\n") if -e "$jobsdir/$arch/$job";
my $info = XMLin($BSXML::buildinfo, $infoxml);
Expand Down

0 comments on commit 86b59ca

Please sign in to comment.