X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=bayeswf.cpp;h=1e954b282342fb2306933b7149aad4bd2dd51f2f;hb=HEAD;hp=eee6882e4e18f59dcc9c2b8f37f950e22b3d6e13;hpb=2d2a3a01f1d6828f37de15bd52a7bae6d64da117;p=wloh diff --git a/bayeswf.cpp b/bayeswf.cpp index eee6882..1e954b2 100644 --- a/bayeswf.cpp +++ b/bayeswf.cpp @@ -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) {