X-Git-Url: http://git.vrable.net/?p=bluesky.git;a=blobdiff_plain;f=bluesky%2Fcloudlog.c;h=51e35c030fe6c4defbf67fdfb21d3cb6dd49f09a;hp=628fc97b99a91177a41da7ea2e3a85b7dde82471;hb=4d0f19140e01c9119d9e73ba24f8ef04e0434a5a;hpb=98ef21169a7357117758494e6ed05ec659edc29a diff --git a/bluesky/cloudlog.c b/bluesky/cloudlog.c index 628fc97..51e35c0 100644 --- a/bluesky/cloudlog.c +++ b/bluesky/cloudlog.c @@ -294,7 +294,8 @@ void bluesky_cloudlog_prefetch(BlueSkyCloudLog *item) /* When operating in a non log-structured mode, simply start a background * fetch immediately when asked to prefetch. */ - if (bluesky_options.disable_aggregation) { + if (bluesky_options.disable_aggregation + || bluesky_options.disable_read_aggregation) { bluesky_cloudlog_background_fetch(item); return; }