Selaa lähdekoodia

Fixed initialization of time trigger (typo) was 846... now 864... Supposed to be "once per day".

Fixed missing initialization of Configured(false).

git-svn-id: https://svn.microneil.com/svn/SNFMulti/trunk@21 dc71a809-1921-45c4-985c-09c81d0142d9
wx
madscientist 15 vuotta sitten
vanhempi
commit
6660ca1f3b
1 muutettua tiedostoa jossa 2 lisäystä ja 1 poistoa
  1. 2
    1
      snfGBUdbmgr.cpp

+ 2
- 1
snfGBUdbmgr.cpp Näytä tiedosto

@@ -15,10 +15,11 @@ snfGBUdbmgr::snfGBUdbmgr() :
Thread(snfGBUdbmgr::Type, "GBUdb Manager"), // XCI Manager type and Name.
MyGBUdb(NULL), // NULL our links to avoid
MyLOGmgr(NULL), // any errors when the thread starts.
Configured(false), // Not configured yet.
TimeToStop(false), // It is not time to stop ;-)
CondenseGuardTime(600000), // 10 minute guard time by default.
TimeTriggerOnOff(true), // By default, condense once per day.
TimeTrigger(84600000),
TimeTrigger(86400000),
PostsTriggerOnOff(false), // By default do not trigger on posts.
PostsTriggerValue(262144), // but if we do, use a quarter million.
RecordsTriggerOnOff(false), // By default do not trigger on records.

Loading…
Peruuta
Tallenna