You are here

protected property MigrateDestinationVotingApiVote::$idRecalculationThreshold in Voting API 7.3

Same name and namespace in other branches
  1. 7.2 votingapi.migrate.inc \MigrateDestinationVotingApiVote::idRecalculationThreshold

Threshold of count of id's after which votes will be recalculated.

Type: int

File

./votingapi.migrate.inc, line 17
Migration support for voting api.

Class

MigrateDestinationVotingApiVote
@file Migration support for voting api.

Code

protected $idRecalculationThreshold = 1000;