|
@@ -397,11 +397,11 @@
|
|
|
|
|
|
|
|
//This defines the expected size of the pass database and its RAM based index tables:
|
|
//This defines the expected size of the pass database and its RAM based index tables:
|
|
|
|
|
|
|
|
-//#define NUM_STORED_PASSES (131072) //A nice round number that multiplies by sizeof(rider_record) to a page boundary
|
|
|
|
|
-//#define STORED_PASS_HASH (131101) //A prime number larger than NUM_STORED_PASSES
|
|
|
|
|
|
|
+#define NUM_STORED_PASSES (131072) //A nice round number that multiplies by sizeof(rider_record) to a page boundary
|
|
|
|
|
+#define STORED_PASS_HASH (131101) //A prime number larger than NUM_STORED_PASSES
|
|
|
|
|
|
|
|
-#define NUM_STORED_PASSES (262144) //A nice round number that multiplies by sizeof(rider_record) to a page boundary
|
|
|
|
|
-#define STORED_PASS_HASH (262147) //A prime number larger than NUM_STORED_PASSES
|
|
|
|
|
|
|
+//#define NUM_STORED_PASSES (262144) //A nice round number that multiplies by sizeof(rider_record) to a page boundary
|
|
|
|
|
+//#define STORED_PASS_HASH (262147) //A prime number larger than NUM_STORED_PASSES
|
|
|
|
|
|
|
|
//#define NUM_STORED_PASSES (1048576) //A nice round number that multiplies by sizeof(rider_record) to a page boundary
|
|
//#define NUM_STORED_PASSES (1048576) //A nice round number that multiplies by sizeof(rider_record) to a page boundary
|
|
|
//#define STORED_PASS_HASH (1048583) //A prime number larger than NUM_STORED_PASSES
|
|
//#define STORED_PASS_HASH (1048583) //A prime number larger than NUM_STORED_PASSES
|