diff --git a/src/backend/replication/walreceiver.c b/src/backend/replication/walreceiver.c
index 987bb84..d7bb1b4 100644
--- a/src/backend/replication/walreceiver.c
+++ b/src/backend/replication/walreceiver.c
@@ -447,7 +447,7 @@ WalReceiverMain(void)
 				{
 					got_SIGHUP = false;
 					ProcessConfigFile(PGC_SIGHUP);
-					XLogWalRcvSendHSFeedback(true);
+					XLogWalRcvSendHSFeedback(false);
 				}
 
 				/* See if we can read data immediately */
diff --git a/src/test/recovery/t/001_stream_rep.pl b/src/test/recovery/t/001_stream_rep.pl
index a0d3e8f..8f8dbc5 100644
--- a/src/test/recovery/t/001_stream_rep.pl
+++ b/src/test/recovery/t/001_stream_rep.pl
@@ -145,7 +145,7 @@ is( $node_standby_1->psql(
 $node_standby_2->append_conf('recovery.conf',
 	"primary_slot_name = $slotname_2");
 $node_standby_2->append_conf('postgresql.conf',
-	"wal_receiver_status_interval = 1");
+	"wal_receiver_status_interval = 10");
 $node_standby_2->restart;
 
 # Fetch xmin columns from slot's pg_replication_slots row, after waiting for
