Skip to content

Commit

Permalink
Revert "Default quic to on for all platforms (#3752)" (#3913)
Browse files Browse the repository at this point in the history
Partial revert of #3752 to keep same gQUIC046 settings as in C24

This reverts commit 6f86a541cbef1ae013050abcd7870d8cb28107ff.

b/348717754
  • Loading branch information
kaidokert committed Jul 30, 2024
1 parent be8e312 commit 8dda1cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion starboard/android/shared/configuration.cc
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ int CobaltEglSwapInterval() {
}

bool CobaltEnableQuic() {
return 1;
return 0;
}

const CobaltExtensionConfigurationApi kConfigurationApi = {
Expand Down

0 comments on commit 8dda1cd

Please sign in to comment.