guix-commits
[Top][All Lists]
Advanced

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

[shepherd] 05/06: service: Record more service status changes.


From: Ludovic Courtès
Subject: [shepherd] 05/06: service: Record more service status changes.
Date: Wed, 26 Apr 2023 18:10:19 -0400 (EDT)

civodul pushed a commit to branch master
in repository shepherd.

commit f1b09884d9cd36a56b99590a25546d3b64b77fa7
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Thu Apr 27 00:07:30 2023 +0200

    service: Record more service status changes.
    
    * modules/shepherd/service.scm (%max-recorded-status-changes): Bump.
---
 modules/shepherd/service.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/shepherd/service.scm b/modules/shepherd/service.scm
index 76b0f26..7b78336 100644
--- a/modules/shepherd/service.scm
+++ b/modules/shepherd/service.scm
@@ -357,7 +357,7 @@ denoting what the service provides."
 
 (define %max-recorded-status-changes
   ;; Maximum number of service status changes that are recorded.
-  10)
+  30)
 
 (define %max-recorded-startup-failures
   ;; Maximum number of service startup failures that are recorded.



reply via email to

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