mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-08-01 00:19:31 +02:00
2016-07-22 Fred Gleason <fredg@paravelsystems.com>
* Fixed bug in 'utils/rdclilogedit/rdclilogedit.cpp' that would cause the DB connection to time out.
This commit is contained in:
parent
1ecadfff17
commit
7bf1cfef9b
@ -15376,3 +15376,6 @@
|
|||||||
2016-07-22 Fred Gleason <fredg@paravelsystems.com>
|
2016-07-22 Fred Gleason <fredg@paravelsystems.com>
|
||||||
* Added the man page for rdclilogedit(1) to the manifest in
|
* Added the man page for rdclilogedit(1) to the manifest in
|
||||||
'rivendell.spec.in'.
|
'rivendell.spec.in'.
|
||||||
|
2016-07-22 Fred Gleason <fredg@paravelsystems.com>
|
||||||
|
* Fixed bug in 'utils/rdclilogedit/rdclilogedit.cpp' that would
|
||||||
|
cause the DB connection to time out.
|
||||||
|
@ -30,6 +30,7 @@
|
|||||||
|
|
||||||
#include <rdcmd_switch.h>
|
#include <rdcmd_switch.h>
|
||||||
#include <rdconf.h>
|
#include <rdconf.h>
|
||||||
|
#include <rddbheartbeat.h>
|
||||||
#include <rdweb.h>
|
#include <rdweb.h>
|
||||||
|
|
||||||
#include "rdclilogedit.h"
|
#include "rdclilogedit.h"
|
||||||
@ -78,6 +79,7 @@ MainObject::MainObject(QObject *parent)
|
|||||||
db->removeDatabase(edit_config->mysqlDbname());
|
db->removeDatabase(edit_config->mysqlDbname());
|
||||||
exit(256);
|
exit(256);
|
||||||
}
|
}
|
||||||
|
new RDDbHeartbeat(edit_config->mysqlHeartbeatInterval(),this);
|
||||||
|
|
||||||
//
|
//
|
||||||
// RDAirPlay Configuration
|
// RDAirPlay Configuration
|
||||||
|
Loading…
x
Reference in New Issue
Block a user