Skip to content

Commit 3663194

Browse files
committed
Cloud Spanner: fix stale read comment.
1 parent f1dd625 commit 3663194

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

spanner/src/read_stale_data.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@
2828
use Google\Cloud\Spanner\SpannerClient;
2929

3030
/**
31-
* Reads sample data from the database. The data is exactly 10 seconds stale.
31+
* Reads sample data from the database. The data is exactly 15 seconds stale.
32+
* Guarantees that all writes committed more than 15 seconds ago are visible.
3233
* Example:
3334
* ```
3435
* read_stale_data

0 commit comments

Comments
 (0)