Commit 124a93a7 authored by Hines, Jesse's avatar Hines, Jesse
Browse files

Increase limit

parent b5fe6b38
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -54,7 +54,8 @@ function SimulationConsoleView() {

  const { data: jobs } = useQuery({
    ...simulationSchedulerJobs(simulationId, {
      limit: 500,
      // TODO: should use an "infiniteQuery" or something in case you have a lot of jobs in a simulation
      limit: 1000,
      fields: [
        'job_id', 'name', 'node_count', 'state_current', 'time_limit', 'time_start', 'time_end',
        'time_submission',