Revert accidental change (#3538)

This commit is contained in:
bojanserafimov
2023-02-03 10:54:12 -05:00
committed by GitHub
parent f2d89761c2
commit be81db21b9

View File

@@ -107,9 +107,7 @@ class NeonCompare(PgCompare):
self.timeline = self.env.neon_cli.create_timeline(branch_name, tenant_id=self.tenant)
# Start pg
self._pg = self.env.postgres.create_start(
branch_name, "main", self.tenant, config_lines=["shared_buffers=2GB"]
)
self._pg = self.env.postgres.create_start(branch_name, "main", self.tenant)
@property
def pg(self) -> PgProtocol: