Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handle Multithread Requests #410

Open
wants to merge 17 commits into
base: main
Choose a base branch
from
Open
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,6 @@ spiceypy/utils/__pycache__/
*.whl
.pytest_cache/
*.sqlite3
spiceypy/utils/cspice.dll
.vscode
/badhashkernel.txt
2 changes: 2 additions & 0 deletions spiceypy/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,5 @@
"""

catch_false_founds = True

enable_threading_lock = True
Loading