Skip to content

Commit

Permalink
Update data limits availability date (#579)
Browse files Browse the repository at this point in the history
  • Loading branch information
alalamav committed Feb 20, 2020
1 parent 10bfaf5 commit 3d4eb17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server_manager/web_app/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ const CHANGE_KEYS_PORT_VERSION = '1.0.0';
const DATA_LIMITS_VERSION = '1.1.0';
const CHANGE_HOSTNAME_VERSION = '1.2.0';
// Date by which the data limits feature experiment will be permanently added or removed.
const DATA_LIMITS_AVAILABILITY_DATE = new Date('2020-04-01');
const DATA_LIMITS_AVAILABILITY_DATE = new Date('2020-06-02');
const MAX_ACCESS_KEY_DATA_LIMIT_BYTES = 50 * (10 ** 9); // 50GB

interface UiAccessKey {
Expand Down

0 comments on commit 3d4eb17

Please sign in to comment.