Skip to content

Commit e613014

Browse files
Update kha256.py
1 parent a6c6ad8 commit e613014

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

kha256/kha256.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ class FortifiedConfig:
204204
avalanche_strength: float = 0.02 # %2.5 (daha stabil)
205205

206206
def __post_init__(self):
207-
getcontext().prec = 100 # 85: Uniform ve güvenlikten taviz veriyor!
207+
getcontext().prec = 128 # 85: Uniform ve güvenlikten taviz veriyor!
208208
if self.parallel_processing:
209209
import multiprocessing
210210
self.max_workers = min(self.max_workers, multiprocessing.cpu_count() - 1)

0 commit comments

Comments
 (0)