Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion libs/core/src/Core.cc
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ Core *Core::instance = nullptr;
workrave::config::IConfigurator::Ptr Core::configurator = nullptr;

const char *WORKRAVESTATE = "WorkRaveState";
const int SAVESTATETIME = 60;
const int SAVESTATETIME = 600;

#define DBUS_PATH_WORKRAVE "/org/workrave/Workrave/Core"
#define DBUS_SERVICE_WORKRAVE "org.workrave.Workrave"
Expand Down
2 changes: 1 addition & 1 deletion libs/corenext/src/BreaksControl.cc
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
#include "TimerActivityMonitor.hh"

static const char *WORKRAVESTATE = "WorkRaveState";
static const int SAVESTATETIME = 60;
static const int SAVESTATETIME = 600;

using namespace std;
using namespace workrave;
Expand Down
Loading