Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions src/main/java/com/google/firebase/FirebaseOptions.java
Original file line number Diff line number Diff line change
Expand Up @@ -201,8 +201,7 @@ public int getConnectTimeout() {
}

/**
* Returns the read timeout in milliseconds, which is applied to outgoing REST calls
* made by the SDK.
* Returns the read timeout applied to outgoing REST calls in milliseconds.
*
* @return Read timeout in milliseconds. 0 indicates an infinite timeout.
*/
Expand All @@ -211,8 +210,7 @@ public int getReadTimeout() {
}

/**
* Returns the write timeout in milliseconds, which is applied to outgoing REST calls
* made by the SDK.
* Returns the write timeout applied to outgoing REST calls in milliseconds.
*
* @return Write timeout in milliseconds. 0 indicates an infinite timeout.
*/
Expand Down