Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author John Eckman

    (@johneckman)

    yes – the current cron job is set to run hourly.

    I’m concerned that running it too frequently will cause resource issues on popular blogs, but if you want to change it, the key line is line 79 of wpbook.php:

    $dummy=wp_schedule_event(time(), 'hourly', 'wpbook_cron_job');

    Problem is, hourly is the most frequent pre-defined schedule, so you’d have to also define your own schedule – see ‘creating your own recurrence frequency’ in this article.

    We can consider more frequent scheduling in a future version of WP, but I think the default will certainly remain hourly.

    Thread Starter mgratch

    (@brokenflipside)

    Thanks for the info. I guess I am spoiled by all the twitter stuff that is on demand. The more and more I begin to work with facebook in this way the more obviously bulky and complicated it is.

    Great plugin.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: WPBook] How often should comments update to and from my WP page?’ is closed to new replies.