Getting started
Manual data entry
Menu
Getting started
Manual data entry
Rent Fetch Sync Changing the default sync timeline

Changing the default sync timeline

Last updated: March 18, 2026

Some clients may wish to update their pricing more often than the default, which is 24 hours. Particularly on smaller sites, this doesn’t have much of an impact. On large sites with hundreds of properties, making the updates happen too often can result in clashes between different sets of updates that are happening in overlapping time frames, or can result in performance issues.

Here’s a snippet that can be dropped into the functions.php file to change the default sync timeline to four hours instead of 24.

function rentfetch_modify_sync_timeline( $seconds ) {
    $hours = 4;
    return $hours * HOUR_IN_SECONDS;
}
add_filter( ‘rentfetch_sync_timeline’, ‘rentfetch_modify_sync_timeline’ );

Take Your Apartment Website to the Next Level

Whether for an entire portfolio or a single property, get completely setup and sync new property info & floor plan data in 10 minutes or less.

Trusted By

Cowboy Partners

Brickstone

Four Star

StreetLights

Richmark

Gates Hudson

Try Rent Fetch Today

We offer a 30-day, money-back guarantee.