I have tested the following:

- I twitterd "message1"
- I ran cron.php
- I saw my update on my site -> admin twittered "message1"
- then i twitterd "message2" 5 min. later
- and twittered "message3" 5 min. later
- wait alittlebit
- I ran cron.php again

Result : admin twitterd "message1"

I can not get "message2" or "message3" updates

why?

Comments

akalsey’s picture

Category: bug » support
Status: Active » Closed (works as designed)

To prevent a a site from abusing remote resources and to keep Activity Stream from being a resource drain on Drupal sites, updates are cached for 1 hour. If you want to clear your cache, empty Drupal's temp directory.

strausvogel’s picture

I got it now. I tested it and you are right.

The time between the post "on a remote resource" and the update "on my site" in this situation will be 1 hour at least.

Is there a way to change this time to longer or shorter, where can I edit this, and what are the consquenties if I change the time.

thanx