-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix comments, rollback messed events validations, removed tests check…
…ing existence of event links in db
- Loading branch information
1 parent
f1bc473
commit 79e5d60
Showing
9 changed files
with
474 additions
and
215 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,11 @@ | ||
Tool to seed the relay with data | ||
Sample call: | ||
```bash | ||
seeder --relays=wss://relay.damus.io/ --outputRelay=wss://localhost:9998 --profilesCount=1000 --threads=100 --perUser=100 | ||
seeder --relays=wss://relay.damus.io/ --outputRelay=wss://localhost:9998 --profilesCount=1000 --threads=100 --perUser=100 --uploadKey=... | ||
``` | ||
Params: | ||
* relays = relay list to fetch data from | ||
* relays = relay list to fetch data from (multiple can be passed like --relays=wss://relay.damus.io/ --relays=wss://strfry.iris.to/) | ||
* outputRelay = relay to write data to | ||
* profilesCount = count of profiles to fetch | ||
* perUser = count of posts / articles to fetch for each user | ||
* perUser = count of posts / articles to fetch for each user | ||
* uploadKey = imgbb free api key to host random webp images if user dont have any, if not provided - default image urls are rotated |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.