You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello @gabrielbrop, I currently have several hosts with their own userDataDir-s. Can I somehow provide correct dirs to each of the bots? From the current implementation, I think we can only pass a single dir that will be shared across bots, is that correct?
The text was updated successfully, but these errors were encountered:
iwishiknewcoding
changed the title
Multiple userDataDirs per bot?
Provide different userDataDirs per bot?
Jul 14, 2023
Yes, you can only pass a single dir and it'll be shared by all rooms. By the way, I recommend using some real database like MySQL or MongoDB instead of localStorage.
Hello @gabrielbrop, I currently have several hosts with their own
userDataDir
-s. Can I somehow provide correct dirs to each of the bots? From the current implementation, I think we can only pass a single dir that will be shared across bots, is that correct?The text was updated successfully, but these errors were encountered: