Files
old-xmpploadtesting/README.md

18 lines
1.7 KiB
Markdown
Raw Normal View History

2021-09-13 04:09:40 +00:00
# xmpploadtesting
2021-09-14 19:25:37 +02:00
A tool for testing xmpp servers load
## Environment variables
| Variable | Required | Default Value | Description |
| ------------------------------------------------- | -------- | --------------------------------- | ---------------------------------------------- |
| **Credentials:** |
| |
| CREDENTIALS_FILE_LOCATION | NO | input.json | Database username |
| |
| **GeneralOptions:** |
| |
2021-09-20 13:30:35 +02:00
| PRESENCE_STATUS_DELAY | NO | 120000000000 - 2 mins | Delay for online presence message loop |
| COMMAND_REPLY_DELAY | NO | 10 sec | Delay for online presence message loop |
2021-09-14 19:25:37 +02:00
| |
2021-09-13 04:09:40 +00:00