only collect new toots if file too old

This commit is contained in:
2019-10-17 00:12:53 +02:00
parent a5924efd91
commit 62e47ea4d0
2 changed files with 51 additions and 32 deletions

View File

@@ -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
];