Hi Charles,
I believe that if a wiki has more than one syncadaptor, the first one to define an "adaptorClass" is used as the sync adaptor for the syncer. "First" here seems to be dependent on JavaScript key iteration order, which (as far as I know) is implementation-specific and can't be relied upon. So it's probably a good idea to have a single sync adaptor, or at least have a list of sync adaptors, each of which will only work in a single environment (for example, the filesystem adaptor only works under Node, and the tiddlyweb adaptor only works in the browser).
I'm wondering if there's a way you could write a startup module that runs before the syncer is set up in startup.js that would set up a special sync adaptor that would delegate to a list of other sync adaptors in a defined/predictable order. That could be really useful!
-Rob