Skip to content

Commit

Permalink
[irods#74] Use 'default' in core.py.template for acSetNumThreads
Browse files Browse the repository at this point in the history
  • Loading branch information
alanking committed May 26, 2021
1 parent 0c207f3 commit 8c84685
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core.py.template
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ def acPostProcForRepl(rule_args, callback, rei):
pass

def acSetNumThreads(rule_args, callback, rei):
callback.msiSetNumThreads('default', '64', 'default')
callback.msiSetNumThreads('default', 'default', 'default')

def acDataDeletePolicy(rule_args, callback, rei):
pass
Expand Down

0 comments on commit 8c84685

Please sign in to comment.