mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2026-01-16 17:41:20 +01:00
2023-05-16 Fred Gleason <fredg@paravelsystems.com>
* Refactored rdrssd(8) to process feeds at two seconds after each minute. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -24,8 +24,7 @@
|
||||
#include <QObject>
|
||||
#include <QTimer>
|
||||
|
||||
#define RDRSSD_DEFAULT_PROCESS_INTERVAL 60000
|
||||
#define RDRSSD_USAGE "[--process-interval=<secs>]\n\n"
|
||||
#define RDRSSD_USAGE "\n"
|
||||
|
||||
class MainObject : public QObject
|
||||
{
|
||||
@@ -37,8 +36,8 @@ class MainObject : public QObject
|
||||
void timeoutData();
|
||||
|
||||
private:
|
||||
void StartTimer();
|
||||
void ProcessFeed(const QString &key_name);
|
||||
int d_process_interval;
|
||||
QTimer *d_timer;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user