Skip to content

Commit

Permalink
Fix Formating for custom signal limits
Browse files Browse the repository at this point in the history
  • Loading branch information
tusharkhandelwal8 committed Nov 22, 2024
1 parent ccd4b2e commit 5a15867
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,11 @@ public class ConfigMetadataClient {
private static final String REALTIME_BACKOFF_END_TIME_IN_MILLIS_KEY =
"realtime_backoff_end_time_in_millis";

/** Constants for custom signal limits. */
/** Constants for custom signal limits.*/
private static final int CUSTOM_SIGNALS_MAX_KEY_LENGTH = 250;

private static final int CUSTOM_SIGNALS_MAX_STRING_VALUE_LENGTH = 500;

private static final int CUSTOM_SIGNALS_MAX_COUNT = 100;

private final SharedPreferences frcMetadata;
Expand Down

0 comments on commit 5a15867

Please sign in to comment.