guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: services: cups: Remove obsolete KeepAliveTimeout


From: guix-commits
Subject: branch master updated: services: cups: Remove obsolete KeepAliveTimeout directive.
Date: Tue, 22 Jun 2021 21:28:14 -0400

This is an automated email from the git hooks/post-receive script.

nckx pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 828ceee  services: cups: Remove obsolete KeepAliveTimeout directive.
828ceee is described below

commit 828ceee7db0ab74786049600108d6b15017851c5
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Wed Jun 23 03:26:12 2021 +0200

    services: cups: Remove obsolete KeepAliveTimeout directive.
    
    
https://github.com/apple/cups/commit/461bd4e50142b2928a0d164bd1aae274e4d34da5
    
    * gnu/services/cups.scm (<cups-configuration>): Remove keep-alive-timeout 
field.
    * doc/guix.texi (Printing Services): Likewise.
---
 doc/guix.texi         | 6 ------
 gnu/services/cups.scm | 3 ---
 2 files changed, 9 deletions(-)

diff --git a/doc/guix.texi b/doc/guix.texi
index 23c122a..15e8999 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -18699,12 +18699,6 @@ Specifies whether to support HTTP keep-alive 
connections.
 Defaults to @samp{#t}.
 @end deftypevr
 
-@deftypevr {@code{cups-configuration} parameter} non-negative-integer 
keep-alive-timeout
-Specifies how long an idle client connection remains open, in seconds.
-
-Defaults to @samp{30}.
-@end deftypevr
-
 @deftypevr {@code{cups-configuration} parameter} non-negative-integer 
limit-request-body
 Specifies the maximum size of print files, IPP requests, and HTML form
 data.  A limit of 0 disables the limit check.
diff --git a/gnu/services/cups.scm b/gnu/services/cups.scm
index 5fe0a57..8bcb450 100644
--- a/gnu/services/cups.scm
+++ b/gnu/services/cups.scm
@@ -615,9 +615,6 @@ policy is @code{retry-job} or @code{retry-current-job}.")
   (keep-alive?
    (boolean #t)
    "Specifies whether to support HTTP keep-alive connections.")
-  (keep-alive-timeout
-   (non-negative-integer 30)
-   "Specifies how long an idle client connection remains open, in seconds.")
   (limit-request-body
    (non-negative-integer 0)
    "Specifies the maximum size of print files, IPP requests, and HTML form



reply via email to

[Prev in Thread] Current Thread [Next in Thread]