Skip to content

Commit

Permalink
domain-manager: update bulk transfer batch size
Browse files Browse the repository at this point in the history
  • Loading branch information
rithvikvibhu committed Jun 15, 2023
1 parent 10690c0 commit 406d8f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/pages/DomainManager/BulkTransfer.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ import Alert from "../../components/Alert";
import {transferMany} from "../../ducks/names";
import {I18nContext} from "../../utils/i18n";

// TODO: Research and set a good value
const MAX_TRANSFERS_PER_BATCH = 100;
// TRANSFER counts under rules.countUpdates()
const MAX_TRANSFERS_PER_BATCH = 600;

@connect(
(state) => ({
Expand Down

0 comments on commit 406d8f1

Please sign in to comment.