only collect new toots if file too old
This commit is contained in:
@@ -3,5 +3,6 @@ $config = [
|
||||
'mastodon-instance' => 'https://mastodon.social',
|
||||
'user-id' => 379833,
|
||||
'search-url' => 'https?://fsfe.org', // please use https?:// as schema
|
||||
'threshold' => 300
|
||||
'cache_toots' => 300,
|
||||
'debug' => true
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user