]> git.pld-linux.org Git - packages/cups.git/blame - cups-driverd-timeout.patch
Release 4 (by relup.sh)
[packages/cups.git] / cups-driverd-timeout.patch
CommitLineData
b3b50933
AM
1diff -up cups-1.7b1/scheduler/ipp.c.driverd-timeout cups-1.7b1/scheduler/ipp.c
2--- cups-1.7b1/scheduler/ipp.c.driverd-timeout 2013-04-19 12:24:43.003841810 +0200
3+++ cups-1.7b1/scheduler/ipp.c 2013-04-19 12:24:43.204839107 +0200
4@@ -4556,7 +4556,7 @@ copy_model(cupsd_client_t *con, /* I -
5 close(temppipe[1]);
6
7 /*
8- * Wait up to 30 seconds for the PPD file to be copied...
9+ * Wait up to 70 seconds for the PPD file to be copied...
10 */
11
12 total = 0;
13@@ -4576,7 +4576,7 @@ copy_model(cupsd_client_t *con, /* I -
14 FD_SET(temppipe[0], &input);
15 FD_SET(CGIPipes[0], &input);
16
17- timeout.tv_sec = 30;
18+ timeout.tv_sec = 70;
19 timeout.tv_usec = 0;
20
21 if ((i = select(maxfd, &input, NULL, NULL, &timeout)) < 0)
This page took 0.047689 seconds and 4 git commands to generate.