Skip to content

Commit

Permalink
Revert "Temporarily increasing the timeout of HTTP requests"
Browse files Browse the repository at this point in the history
This reverts commit 8067b07.
  • Loading branch information
kneth committed Oct 31, 2023
1 parent 8067b07 commit 040f189
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/realm-app-importer/src/AdminApiClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,6 @@ export class AdminApiClient {
// Setting additional options to signal to the RN fetch polyfill that it shouldn't consider the response a "blob"
// see https://github.com/react-native-community/fetch/issues/15
reactNative: { textStreaming: true },
timeoutMs: 5000,
} as FetchRequestInit);
if (response.ok) {
if (response.headers.get("content-type") === "application/json") {
Expand Down

0 comments on commit 040f189

Please sign in to comment.