Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author miunosoft

    (@miunosoft)

    Hi,

    I don’t think so but I cannot tell unless I know your exact use case. Just make sure your set enough cache duration in each rule.

    If you encounter a problem, let me know.

    Thread Starter linger668

    (@linger668)

    How to set the cache? I didn’t set rule, I just use it like what you said to me:

    fetchTweets( array( ‘screen_name’ => $tag->name, ‘template’ => ‘a5f856deb3b275db7a23656bc01b2556’));

    Like this.

    Plugin Author miunosoft

    (@miunosoft)

    Oh,

    In that case, use the cache argument. It accepts integer value representing seconds. The default is 1200 which is 20 minutes. Set something bigger like 36000 which is 10 hours.

    fetchTweets( array( 'cache' => 36000, 'screen_name' => ..., 'template' => ... ));
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Will it collapse when I search a lot of twitter?’ is closed to new replies.