Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F3699995
D4436.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
530 B
Referenced Files
None
Subscribers
None
D4436.diff
View Options
diff --git a/services/tunnelbroker/src/Constants.h b/services/tunnelbroker/src/Constants.h
--- a/services/tunnelbroker/src/Constants.h
+++ b/services/tunnelbroker/src/Constants.h
@@ -9,6 +9,8 @@
// AWS DynamoDB
const size_t DYNAMODB_MAX_BATCH_ITEMS = 25;
+const size_t DYNAMODB_BACKOFF_FIRST_RETRY_DELAY = 50;
+const size_t DYNAMODB_MAX_BACKOFF_TIME = 10000; // 10 seconds
const std::string DEVICE_SESSIONS_TABLE_NAME = "tunnelbroker-device-sessions";
const std::string DEVICE_SESSIONS_VERIFICATION_MESSAGES_TABLE_NAME =
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Jan 8, 4:19 PM (4 h, 40 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2820040
Default Alt Text
D4436.diff (530 B)
Attached To
Mode
D4436: [services] Tunnelbroker - Add exponential backoff related constants
Attached
Detach File
Event Timeline
Log In to Comment