Remove arbitrary newSequentialPerNodeIDs() $count limit
authorAaron Schulz <aschulz@wikimedia.org>
Mon, 21 Dec 2015 19:15:11 +0000 (11:15 -0800)
committerAaron Schulz <aschulz@wikimedia.org>
Mon, 21 Dec 2015 19:16:41 +0000 (11:16 -0800)
commit45330afebd1b4922627c74f3c9a5b0cc1e9a3120
tree23608a3cc416b73c9a449caf83f2a935f6c7f9e5
parentc7568c381713d14dd856799f1994e4981f1f6c3a
Remove arbitrary newSequentialPerNodeIDs() $count limit

The increment is done in one step, so there is no real reason
to limit this (e.g. performance). It simply makes errors that
can break things.

Bug: T122068
Change-Id: I3278b4ddfe862f8043b6788b3e82e90be730f68c
includes/utils/UIDGenerator.php