Skip to content

Commit edf8d66

Browse files
authored
Merge pull request GoogleCloudPlatform#913 from GoogleCloudPlatform/fix-spanner-stale-read-comment
Cloud Spanner: fix stale read comment.
2 parents f1dd625 + 3663194 commit edf8d66

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)