Raised cutoff point to 2^39

This commit is contained in:
Aram
2016-05-08 17:15:41 +02:00
parent b4fb544110
commit 7a0ec5e052

View File

@ -498,7 +498,7 @@ void* crack_states_thread(void* x){
}
bool stop_collection = false;
#define CUTOFF ((uint64_t) 1<<37)
#define CUTOFF ((uint64_t) 1<<39)
void * update_predictions_thread(void* p){
while(!stop_collection){