Skip to content

Commit

Permalink
[tmp] rebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
micszo committed Feb 27, 2024
1 parent fa5cf6f commit cde9b75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/API/Facade/UserFacade.php
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ private function loadLegacyUserGroupByName(string $userGroupName): UserGroup
return $this->userService->loadUserGroup($content->contentInfo->id);
}
}
usleep(500000);
usleep(500000); # 0.5 second
--$iteration_count;
}

Expand Down

0 comments on commit cde9b75

Please sign in to comment.