Procházet zdrojové kódy

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 před 15 roky
rodič
revize
6660ca1f3b
1 změnil soubory, kde provedl 2 přidání a 1 odebrání
  1. 2
    1
      snfGBUdbmgr.cpp

+ 2
- 1
snfGBUdbmgr.cpp Zobrazit soubor

@@ -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.

Načítá se…
Zrušit
Uložit