Skip to content

Commit fdb8e07

Browse files
committed
Use process as default in global job kwargs
1 parent b1a7706 commit fdb8e07

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/spikeinterface/core/globals.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ def is_set_global_dataset_folder() -> bool:
9898

9999
########################################
100100
_default_job_kwargs = dict(
101-
pool_engine="thread", n_jobs=1, chunk_duration="1s", progress_bar=True, mp_context=None, max_threads_per_worker=1
101+
pool_engine="process", n_jobs=1, chunk_duration="1s", progress_bar=True, mp_context=None, max_threads_per_worker=1
102102
)
103103

104104
global global_job_kwargs

0 commit comments

Comments
 (0)