Skip to content

Commit

Permalink
fix(nix): pass maxVDFValidationThreadCount correctly to the generated…
Browse files Browse the repository at this point in the history
… config
  • Loading branch information
hlolli committed Aug 7, 2023
1 parent 9c55e8a commit ed6c9fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nix/module.nix
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ let
transaction_blacklist_urls = cfg.transactionBlacklistURLs;
max_disk_pool_buffer_mb = cfg.maxDiskPoolBufferMb;
max_disk_pool_data_root_buffer_mb = cfg.maxDiskPoolDataRootBufferMb;
max_vdf_validation_thread_count = cfg.maxVDFValidationThreadCount;
max_nonce_limiter_validation_thread_count = cfg.maxVDFValidationThreadCount;
block_pollers = cfg.blockPollers;
polling = cfg.polling;
tx_validators = cfg.txValidators;
Expand Down

0 comments on commit ed6c9fd

Please sign in to comment.