diff --git a/html/user/result_status.php b/html/user/result_status.php
index 7052de424a..00da299f69 100644
--- a/html/user/result_status.php
+++ b/html/user/result_status.php
@@ -57,7 +57,8 @@ function result_xml($r) {
";
}
-BoincDb::get(true);
+BoincDb::get(true); // read-only; use replica DB if possible
+
xml_header();
echo "\n";
$ids = get_str("ids", true);