We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1dd625 commit 3663194Copy full SHA for 3663194
spanner/src/read_stale_data.php
@@ -28,7 +28,8 @@
28
use Google\Cloud\Spanner\SpannerClient;
29
30
/**
31
- * Reads sample data from the database. The data is exactly 10 seconds stale.
+ * 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.
33
* Example:
34
* ```
35
* read_stale_data
0 commit comments