Skip to content

Commit

Permalink
Do not reload config file on PS reconnect
Browse files Browse the repository at this point in the history
  • Loading branch information
Konstantin Knizhnik committed Dec 19, 2024
1 parent aaf980f commit 799c4fc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pgxn/neon/libpagestore.c
Original file line number Diff line number Diff line change
Expand Up @@ -827,7 +827,6 @@ pageserver_send(shardno_t shard_no, NeonRequest *request)
{
while (!pageserver_connect(shard_no, shard->n_reconnect_attempts < max_reconnect_attempts ? LOG : ERROR))
{
HandleMainLoopInterrupts();
shard->n_reconnect_attempts += 1;
}
shard->n_reconnect_attempts = 0;
Expand Down

0 comments on commit 799c4fc

Please sign in to comment.