[PR #1259] [MERGED] Chunk Sushi inserts based on rows count #1284

Closed
opened 2026-02-05 18:09:12 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/pelican-dev/panel/pull/1259
Author: @rmartinoscar
Created: 4/14/2025
Status: Merged
Merged: 4/17/2025
Merged by: @rmartinoscar

Base: mainHead: issue/1254


📝 Commits (1)

  • 1d86584 Chunk Sushi inserts based on rows count

📊 Changes

1 file changed (+7 additions, -1 deletions)

View changed files

📝 app/Models/File.php (+7 -1)

📄 Description

Closes #1254
image

Tested using, you exceed memory limit going higher then this

for i in {1..36000}; do touch $EPOCHREALTIME; done

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/pelican-dev/panel/pull/1259 **Author:** [@rmartinoscar](https://github.com/rmartinoscar) **Created:** 4/14/2025 **Status:** ✅ Merged **Merged:** 4/17/2025 **Merged by:** [@rmartinoscar](https://github.com/rmartinoscar) **Base:** `main` ← **Head:** `issue/1254` --- ### 📝 Commits (1) - [`1d86584`](https://github.com/pelican-dev/panel/commit/1d865841825ac5bc43c9c72402bef9c663e08459) Chunk `Sushi` inserts based on rows count ### 📊 Changes **1 file changed** (+7 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `app/Models/File.php` (+7 -1) </details> ### 📄 Description Closes #1254 ![image](https://github.com/user-attachments/assets/ae97fc3a-8388-4e0a-91b5-cfc3344d7ee6) Tested using, you exceed memory limit going higher then this ```sh for i in {1..36000}; do touch $EPOCHREALTIME; done ``` --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-05 18:09:12 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/panel-pelican-dev#1284