gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [ascension] branch master updated: fixed type in manpage, a


From: gnunet
Subject: [GNUnet-SVN] [ascension] branch master updated: fixed type in manpage, added default refresh value
Date: Thu, 02 May 2019 00:03:47 +0200

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

rexxnor pushed a commit to branch master
in repository ascension.

The following commit(s) were added to refs/heads/master by this push:
     new 431f883  fixed type in manpage, added default refresh value
431f883 is described below

commit 431f8833bc2f1161ab5fcda34138a46e0987b1aa
Author: rexxnor <address@hidden>
AuthorDate: Thu May 2 00:03:10 2019 +0200

    fixed type in manpage, added default refresh value
---
 ascension.1            | 2 +-
 ascension/ascension.py | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/ascension.1 b/ascension.1
index b50fbd7..1a18d10 100644
--- a/ascension.1
+++ b/ascension.1
@@ -21,7 +21,7 @@
 .\"
 .\" SPDX-License-Identifier: GPL3.0-or-later OR FDL1.3-or-later
 .\"
-.Dd Mai 1, 2019
+.Dd May 1, 2019
 .Dt ASCENSION 1
 .Os
 .Sh NAME
diff --git a/ascension/ascension.py b/ascension/ascension.py
index f4ca9b9..c5c5eb1 100644
--- a/ascension/ascension.py
+++ b/ascension/ascension.py
@@ -666,7 +666,7 @@ def main():
 
     # Set to defaults to use before we get a SOA for the first time
     retry = 300
-    refresh = None
+    refresh = 300
     # Main loop for actual daemon
     while True:
         gns_zone_serial = ascender.get_gns_zone_serial()

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

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