Change SCIM_LOOKUP_TABLE_MAX_PAGESIZE to 300 28/17528/1
authorHaifeng Deng <haifeng.deng@samsung.com>
Tue, 3 Sep 2013 11:26:29 +0000 (19:26 +0800)
committerJihoon Kim <jihoon48.kim@samsung.com>
Fri, 7 Mar 2014 02:26:27 +0000 (11:26 +0900)
Change-Id: I1e3d91faf4695410842dc5db2cfd12543ed0ab8d

ism/src/scim_lookup_table.h

index 5165705..66bb3d9 100644 (file)
@@ -42,7 +42,7 @@ namespace scim {
  * @{
  */
 
-#define SCIM_LOOKUP_TABLE_MAX_PAGESIZE  128
+#define SCIM_LOOKUP_TABLE_MAX_PAGESIZE  300
 
 /**
  * @brief The base class of lookup table.