TCP is the only option so remove unused branches
Summary: As TCP is the only option, remove all branches. Reviewed By: passy Differential Revision: D48265093 fbshipit-source-id: 174527f05d8a841797fd95256e77fdeb9b2e6ad5
This commit is contained in:
committed by
Facebook GitHub Bot
parent
47b718d104
commit
7f3f1c0507
@@ -36,7 +36,7 @@ type ServerBootstrapPerformancePayload = {
|
||||
|
||||
type TrackerEvents = {
|
||||
'server-bootstrap-performance': ServerBootstrapPerformancePayload;
|
||||
'server-started': {port: number; tcp: boolean};
|
||||
'server-started': {port: number};
|
||||
'server-auth-token-verification': {
|
||||
successful: boolean;
|
||||
present: boolean;
|
||||
|
||||
Reference in New Issue
Block a user