Skip to content
This repository was archived by the owner on May 21, 2019. It is now read-only.

Commit

Permalink
Reduce number of displayed jobs to 10.
Browse files Browse the repository at this point in the history
  • Loading branch information
vlad-shatskyi committed Sep 15, 2017
1 parent d4fb649 commit 7055467
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/SessionComponent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ interface Props {
}

export class SessionComponent extends React.Component<Props, {}> {
RENDER_JOBS_COUNT = 25;
RENDER_JOBS_COUNT = 10;
promptComponent: PromptComponent;

constructor(props: Props) {
Expand Down

0 comments on commit 7055467

Please sign in to comment.