Skip to content

Commit

Permalink
feat: スクロール検知の余裕を400pxに調整
Browse files Browse the repository at this point in the history
  • Loading branch information
Lokuyow committed Dec 14, 2024
1 parent 0810c58 commit 4d71059
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AppSettings.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export const APP_CONFIG = {
LOAD_TIMEOUT: 10000, // タイムアウト時間を延長
BUFFER_INTERVAL: 500, // バッファ間隔(ms)
INFINITE_SCROLL: {
ROOT_MARGIN: '700px', // スクロール検知の余裕を調整
ROOT_MARGIN: '400px', // スクロール検知の余裕を調整
THRESHOLD: 0.1,
DEBOUNCE_TIME: 500, // デバウンス時間を増やす
RETRY_DELAY: 500 // リトライ遅延時間(ms)
Expand Down

0 comments on commit 4d71059

Please sign in to comment.