Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F3380381
D10974.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
465 B
Referenced Files
None
Subscribers
None
D10974.diff
View Options
diff --git a/lib/components/keyserver-connection-handler.js b/lib/components/keyserver-connection-handler.js
--- a/lib/components/keyserver-connection-handler.js
+++ b/lib/components/keyserver-connection-handler.js
@@ -33,7 +33,7 @@
+socketComponent: React.ComponentType<BaseSocketProps>,
};
-const AUTH_RETRY_DELAY_MS = 60_000;
+const AUTH_RETRY_DELAY_MS = 60000;
const CANCELLED_ERROR = 'cancelled';
function KeyserverConnectionHandler(props: Props) {
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Nov 28, 11:14 PM (19 h, 47 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2595143
Default Alt Text
D10974.diff (465 B)
Attached To
Mode
D10974: [lib] Replace 60_000 with 60000 to fix iOS GitHub CI
Attached
Detach File
Event Timeline
Log In to Comment