IBM / fhe-toolkit-macos

IBM Homomorphic Encryption Toolkit For MacOS
MIT License
360 stars 53 forks source link

Default number of threads for country/capital DB should be 1 #44

Closed faberga closed 4 years ago

faberga commented 4 years ago

Describe the bug Default number of threads for country/capital DB should be 1, but it is set to 63 in the code. Probably a typo.

To Reproduce Steps to reproduce the behavior: Code inspection: CapitalDetailViewController.mm line 61

// Size of NTL thread pool (default =1)
unsigned long nthreads = 63;

Expected behavior Default number of threads for country/capital DB should be 1

Screenshots N/A

Terminal Output N/A Additional context N/A