[o2on-svn] [121] FIX: #13398 querylimitが反映されない

Back to archive index

o2on svn commit o2on-****@lists*****
2008年 9月 24日 (水) 20:34:08 JST


Revision: 121
          http://svn.sourceforge.jp/cgi-bin/viewcvs.cgi?root=o2on&view=rev&rev=121
Author:   k-uehara
Date:     2008-09-24 20:34:08 +0900 (Wed, 24 Sep 2008)

Log Message:
-----------
FIX: #13398 querylimitが反映されない

Ticket Links:
:-----------
    http://sourceforge.jp/projects/o2on/tracker/detail/13398

Modified Paths:
--------------
    trunk/o2on/src.o2on/main.cpp

Modified: trunk/o2on/src.o2on/main.cpp
===================================================================
--- trunk/o2on/src.o2on/main.cpp	2008-08-10 04:34:15 UTC (rev 120)
+++ trunk/o2on/src.o2on/main.cpp	2008-09-24 11:34:08 UTC (rev 121)
@@ -423,6 +423,7 @@
 	SakuKeyDB->SetLimit(O2_SAKUKEY_LIMIT);
 	QueryDB = new O2KeyDB(L"QueryDB", true, Logger);
 	QueryDB->Load(Profile->GetQueryFilePath());
+	QueryDB->SetLimit(Profile->GetQueryLimit());
 	SakuDB = new O2KeyDB(L"SakuDB", true, Logger);
 	SakuDB->Load(Profile->GetSakuFilePath());
 	IMDB = new O2IMDB(Logger);




o2on-svn メーリングリストの案内
Back to archive index