- secondcommit: delete unnecessary test files

This commit is contained in:
Arno Kaimbacher 2022-11-07 14:32:01 +01:00
parent 407717d4b5
commit 44688ac806
4 changed files with 18 additions and 87 deletions

View file

@ -335,10 +335,10 @@ export class OaiController {
*/
protected async handleListIdentifiers(oaiRequest: OaiParameter) {
// if ("resumptionToken" in oaiRequest) {
if (!this.tokenWorker) {
this.tokenWorker = new TokenWorker(86400);
}
!this.tokenWorker.Connected && (await this.tokenWorker.connect());
if (!this.tokenWorker) {
this.tokenWorker = new TokenWorker(86400);
}
!this.tokenWorker.Connected && (await this.tokenWorker.connect());
//$maxIdentifier = 5; //$this->_configuration->getMaxListIdentifiers();
const maxIdentifier = this.configuration.maxListIds; //->getMaxListIdentifiers();