Skip to content

Commit ced8f59

Browse files
committed
try to fix parse error
1 parent e4a09f2 commit ced8f59

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/content/changelogs/d1.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ entries:
2323
D1 lowered end-to-end request latency by 40-60% by eliminating latency incurred with multiple network round trips required for each request. Faster D1 performance applies to requests via both D1's [Worker API](/d1/worker-api/) and [REST API](/api/resources/d1/subresources/database/methods/query/).
2424

2525
For each request, two to three network round trips were eliminated. One round trip was introduced by a bug that was fixed.
26-
27-
The remaining removed round trips were responsible for creating TCP connections between Cloudflare data centers. D1's networking layer no longer relies on TCP connections, which removes additional round trip time.
2826

27+
The remaining removed round trips were responsible for creating TCP connections between Cloudflare data centers. D1's networking layer no longer relies on TCP connections, which removes additional round trip time.
28+
2929
- publish_date: "2024-08-23"
3030
title: D1 alpha databases have stopped accepting SQL queries
3131
description: |-

0 commit comments

Comments
 (0)