default pow to 12 (#418)

This commit is contained in:
callebtc
2025-09-14 05:04:04 +02:00
committed by GitHub
parent b96bf180f9
commit 4786b1f250
@@ -17,7 +17,7 @@ object PoWPreferenceManager {
// Default values
private const val DEFAULT_POW_ENABLED = false
private const val DEFAULT_POW_DIFFICULTY = 16 // Reasonable default for geohash spam prevention
private const val DEFAULT_POW_DIFFICULTY = 12 // Reasonable default for geohash spam prevention
// State flows for reactive UI
private val _powEnabled = MutableStateFlow(DEFAULT_POW_ENABLED)