Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit d2b28e4

Browse filesBrowse files
ryanmatsJon Wayne Parrott
authored andcommitted
Changed read_write minimum amount to 300,000 as per bug (GoogleCloudPlatform#818)
1 parent 11c4a20 commit d2b28e4
Copy full SHA for d2b28e4

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎spanner/cloud-client/snippets.py

Copy file name to clipboardExpand all lines: spanner/cloud-client/snippets.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ def update_albums(transaction):
320320

321321
transfer_amount = 200000
322322

323-
if second_album_budget < transfer_amount:
323+
if second_album_budget < 300000:
324324
# Raising an exception will automatically roll back the
325325
# transaction.
326326
raise ValueError(

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.