Skip to content

Commit 1740b8d

Browse files
committed
Revert change to node allocation selection query
1 parent 4dfc7a0 commit 1740b8d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

app/Repositories/Eloquent/NodeRepository.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,7 @@ public function getNodeAllocations($id)
104104

105105
$instance->setRelation(
106106
'allocations',
107-
$instance->allocations()->orderBy('ip', 'asc')->orderBy('port', 'asc')
108-
->with('server')->paginate(2)
107+
$instance->allocations()->orderBy('ip', 'asc')->orderBy('port', 'asc')->with('server')->paginate(50)
109108
);
110109

111110
return $instance;

0 commit comments

Comments
 (0)