-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Posting to multiple servers #80
Comments
The functionality is there - you'll need to configure it via the config file as it's not exposed in the command-line argument interface. If you specify multiple servers, it just randomly distributes posts across all the connections. |
How can I specify multiple servers in the config file? I have tried adding multiple server options sections but it does not seem to work, it will only picks the last one defined. |
It won't work with the simple JSON based config file (which essentially uses the same interface as the command line). You'll need to use the full Javascript based config file (which means you can no longer use the JSON config file). Example config file with two servers (you'll obviously need to change the details):
Unfortunately, it's a bit complicated at the moment, as there's no simple interface to get it to work. I might try to come up with something to simplify configuring multiple servers eventually. |
Nice! I managed to get it working now. Thanks. |
Can you please add the ability to post to more multiple servers?
The text was updated successfully, but these errors were encountered: