2021-02-08 19:28:12 +00:00
|
|
|
// MAKE SURE YOU REMOVE ALL COMMENTS. Python doesn't like them :P
|
2021-02-07 13:55:02 +00:00
|
|
|
{
|
2021-02-08 19:28:12 +00:00
|
|
|
// instance domain (must be accessible)
|
|
|
|
"instance": "pixel.nogafam.es",
|
|
|
|
|
|
|
|
// maximum video size in MB (depends MAX_PHOTO_SIZE Pixelfed)
|
2021-02-08 21:59:50 +00:00
|
|
|
"max_video_size": 30,
|
|
|
|
|
2021-02-09 11:08:37 +00:00
|
|
|
// time to sleep between account updates
|
|
|
|
"timeout_btw_accounts": 20,
|
|
|
|
|
2021-02-08 21:59:50 +00:00
|
|
|
// time to sleep between posts successfull updates
|
|
|
|
"timeout_btw_posts": 0
|
2021-02-07 13:55:02 +00:00
|
|
|
}
|