From 35c5438c3c4624a33ac2e87cab2bee62350b03de Mon Sep 17 00:00:00 2001 From: Ray Date: Sat, 6 Jun 2009 11:20:11 -0400 Subject: [PATCH] Fast hudcache fix not previously comitted. --- pyfpdb/fpdb_save_to_db.py | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/pyfpdb/fpdb_save_to_db.py b/pyfpdb/fpdb_save_to_db.py index b99975f9..99de5cd8 100644 --- a/pyfpdb/fpdb_save_to_db.py +++ b/pyfpdb/fpdb_save_to_db.py @@ -26,13 +26,13 @@ MYSQL_INNODB = 2 PGSQL = 3 SQLITE = 4 -fastStoreHudCache = False # set this to True to test the new storeHudCache routine - -saveActions = True # set this to False to avoid storing action data - # Pros: speeds up imports - # Cons: no action data is saved, so you need to keep the hand histories - # variance not available on stats page - # no graphs +#fastStoreHudCache = False # set this to True to test the new storeHudCache routine +# +#saveActions = True # set this to False to avoid storing action data +# # Pros: speeds up imports +# # Cons: no action data is saved, so you need to keep the hand histories +# # variance not available on stats page +# # no graphs #stores a stud/razz hand into the database def ring_stud(config, backend, db, cursor, base, category, site_hand_no, gametype_id, hand_start_time