Skip to content

Commit

Permalink
feat(unification): correct documentation #370
Browse files Browse the repository at this point in the history
  • Loading branch information
ValentinPostindustria committed Mar 24, 2022
1 parent 11ff3a0 commit a70ff1b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ public class PrebidMobile {
public static final int AUTO_REFRESH_DELAY_MAX = 120_000;

/**
* Default refresh interval. 60 seconds
* Default refresh interval. 0 seconds
* Used when the refresh interval is not in the AUTO_REFRESH_DELAY_MIN & AUTO_REFRESH_DELAY_MAX range.
*/
public static final int AUTO_REFRESH_DELAY_DEFAULT = 0;
Expand Down

0 comments on commit a70ff1b

Please sign in to comment.