From bf618cbb721a706fe8af58a0bfa6d3c5e20c12fe Mon Sep 17 00:00:00 2001 From: Ramon Novoa Date: Thu, 4 Feb 2021 13:34:59 +0100 Subject: [PATCH] Fix the description of use_xml_timestamp. --- pandora_server/conf/pandora_server.conf.new | 2 +- pandora_server/conf/pandora_server.conf.windows | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pandora_server/conf/pandora_server.conf.new b/pandora_server/conf/pandora_server.conf.new index cb919dbf52..1bb24a96dd 100644 --- a/pandora_server/conf/pandora_server.conf.new +++ b/pandora_server/conf/pandora_server.conf.new @@ -350,7 +350,7 @@ max_log_generation 1 max_queue_files 5000 -# Use the XML file last modification time as timestamp. +# If set to 0, the timestamp attribute in XML data files will be ignored and the system time will be used instead. # use_xml_timestamp 1 diff --git a/pandora_server/conf/pandora_server.conf.windows b/pandora_server/conf/pandora_server.conf.windows index 28d5d6cdbb..d30ef2766f 100644 --- a/pandora_server/conf/pandora_server.conf.windows +++ b/pandora_server/conf/pandora_server.conf.windows @@ -295,7 +295,7 @@ max_log_size 1048576 max_queue_files 250 -# Use the XML file last modification time as timestamp. +# If set to 0, the timestamp attribute in XML data files will be ignored and the system time will be used instead. # use_xml_timestamp 1