mirror of
https://github.com/permissionlesstech/bitchat.git
synced 2026-07-24 23:45:18 +00:00
Adjust PoW policy defaults (finalize 16/15/14 mapping)
This commit is contained in:
@@ -9,9 +9,9 @@ enum PowPolicy {
|
|||||||
let precision = geohash.count
|
let precision = geohash.count
|
||||||
// Start at 13 and go down with higher precision (smaller areas)
|
// Start at 13 and go down with higher precision (smaller areas)
|
||||||
switch precision {
|
switch precision {
|
||||||
case ...5: return 13
|
case ...5: return 16
|
||||||
case 6: return 12
|
case 6: return 15
|
||||||
default: return 11
|
default: return 14
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user