]> git.sesse.net Git - wloh/blobdiff - bayeswf.cpp
Remove password that leaked out into the git repository. (It has also been changed...
[wloh] / bayeswf.cpp
index eee6882e4e18f59dcc9c2b8f37f950e22b3d6e13..1e954b282342fb2306933b7149aad4bd2dd51f2f 100644 (file)
@@ -15,7 +15,7 @@ using namespace Eigen;
 
 #define PRIOR_MU 500
 #define PRIOR_WEIGHT 1.0
-#define MAX_PLAYERS 4096
+#define MAX_PLAYERS 8192
 #define DUMP_RAW 0
 #define USE_DB 1
 
@@ -406,7 +406,7 @@ void process_file(const char *filename)
 int main(int argc, char **argv)
 {
 #if USE_DB
-       pqxx::connection conn("dbname=wloh host=127.0.0.1 user=wloh password=oto4iCh5");
+       pqxx::connection conn("dbname=wloh host=127.0.0.1 user=wloh password=censored");
 #endif
        
        for (int i = 1; i < argc; ++i) {