Geir-Arne's comments are good.
Further to that, there are some simple things that can be done better than the defaults.
The default prior range is usually ok, but the default prior for the variance can easily be completely inappropriate, as it depends on the scale of the latent component (and not necessarily the scale of the data itself). The minimum approach that can take that into account is included here:
For example, the prior median "sigma0" in the examples should be set to something more sensible than the default, 1.
In retrospect, I wish I had let the code give an error (or at least a warning) if the user doesn't specify any prior distribution parameters, as that isn't very Bayesian!
When the newer approaches are mature enough to use on all spde models, we may consider not allowing any preset "default" priors at all.
Finn