File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
firebase-config/src/main/java/com/google/firebase/remoteconfig/internal Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -210,10 +210,10 @@ private void handleNotifications(InputStream inputStream) throws IOException {
210210 }
211211 }
212212
213- // This field in the response indicates that the realtime request has exceeded the
214- // project's quota. It will retry after the specified interval to establish a long-lived
215- // connection. This interval extends the backoff duration without affecting the number of
216- // retries, so it will not enter an exponential backoff state.
213+ // This field in the response indicates that the realtime request should retry after the
214+ // specified interval to establish a long-lived connection. This interval extends the
215+ // backoff duration without affecting the number of retries, so it will not enter an
216+ // exponential backoff state.
217217 if (jsonObject .has (REALTIME_RETRY_INTERVAL )) {
218218 int realtimeRetryInterval = jsonObject .getInt (REALTIME_RETRY_INTERVAL );
219219 updateBackoffMetadataWithRetryInterval (realtimeRetryInterval );
You can’t perform that action at this time.
0 commit comments