Closed (works as designed)
Project:
Activity Stream
Version:
6.x-2.x-dev
Component:
Code
Priority:
Critical
Category:
Support request
Assigned:
Reporter:
Created:
15 Apr 2009 at 10:24 UTC
Updated:
16 Apr 2009 at 11:32 UTC
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
Comment #1
akalsey commentedTo 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.
Comment #2
strausvogel commentedI 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