Difficulty limit to 32

This commit is contained in:
Vishal 2023-01-03 23:39:15 +05:30 committed by GitHub
parent aef6986709
commit 6dd8a2ab9b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -287,7 +287,7 @@ List<String> gBots = [ "3b57518d02e6acfd5eb7198530b2e351e5a52278fb2499d14b66db2
];
//////////////////////////////////////////////////////////////////////////////////////////////////////////////// difficulty related settings
const int gMaxDifficultyAllowed = 24;
const int gMaxDifficultyAllowed = 32;
int gDifficulty = 0;
//////////////////////////////////////////////////////////////////////////////////////////////////////////////// channel related settings