Julia-snail in Emacs and multithreading

How to set up julia-snail so that it launches julia as -t auto?

Thanks!

I found the solution; in init.el:

(setq-default julia-snail-extra-args '("--threads=auto"))