Skip to content

Commit 1399cc4

Browse files
Change default automint denom to 1000
1 parent b22f0cf commit 1399cc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/util.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636

3737

3838
// Preferences.
39-
const int DEFAULT_AUTOMINT_DENOM = 10;
39+
const int DEFAULT_AUTOMINT_DENOM = 1000;
4040

4141
// Application startup time (used for uptime calculation)
4242
int64_t GetStartupTime();

0 commit comments

Comments
 (0)