mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-10 16:43:35 +02:00
2022-06-23 Fred Gleason <fredg@paravelsystems.com>
* Changed the default '--process-interval=' value from 60 seconds to 30 seconds in rdrssd(8). Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -20880,3 +20880,6 @@
|
||||
deleted immediately after being made active if the 'Air Date/Time'
|
||||
was set for the future and 'Item Expires' was set to 'No' in the
|
||||
'Editing Item' dialog.
|
||||
2022-06-23 Fred Gleason <fredg@paravelsystems.com>
|
||||
* Changed the default '--process-interval=' value from 60 seconds
|
||||
to 30 seconds in rdrssd(8).
|
||||
|
@@ -2,7 +2,7 @@
|
||||
//
|
||||
// Rivendell RSS Processor Service
|
||||
//
|
||||
// (C) Copyright 2020 Fred Gleason <fredg@paravelsystems.com>
|
||||
// (C) Copyright 2020-2022 Fred Gleason <fredg@paravelsystems.com>
|
||||
//
|
||||
// This program is free software; you can redistribute it and/or modify
|
||||
// it under the terms of the GNU General Public License version 2 as
|
||||
@@ -24,7 +24,7 @@
|
||||
#include <QObject>
|
||||
#include <QTimer>
|
||||
|
||||
#define RDRSSD_DEFAULT_PROCESS_INTERVAL 60000
|
||||
#define RDRSSD_DEFAULT_PROCESS_INTERVAL 30000
|
||||
#define RDRSSD_USAGE "[--process-interval=<secs>]\n\n"
|
||||
|
||||
class MainObject : public QObject
|
||||
|
Reference in New Issue
Block a user