Skip to content

Commit

Permalink
Make the scopeLength normal
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewhope-dev committed Jun 5, 2023
1 parent 2024372 commit e5b59ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wwwroot/js/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ import * as client from "./client.js";
import * as shared from "./shared.js";

const msInterval = 5000;
const scopeLength = 5;
const scopeLength = 10;
const minStartIdx = 0;
const maxStartIdx = 495;
const maxStartIdx = 500 - scopeLength;
// const pageSize = 5;
let currentMaxItemId;
let currentNewStoriesIds;
Expand Down

0 comments on commit e5b59ed

Please sign in to comment.