mirror of
https://github.com/snibox/snibox.git
synced 2026-04-25 15:56:04 +03:00
[GH-ISSUE #45] Content is too long #40
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/snibox#40
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @somedevreally on GitHub (Apr 22, 2019).
Original GitHub issue: https://github.com/snibox/snibox/issues/45
am user docker version by snowmean/snibox-sqlite
and when i am trying to save large data in a New snippet
it says "Content is too long (maximum is 20000 characters)"
so is it sqlite limitation or snibox's?
thanks
@vavgustov commented on GitHub (Apr 22, 2019):
It's Snibox.
Source:
github.com/snibox/snibox@f06c0eba94/app/models/snippet.rb (L9)@PalmaSolutions commented on GitHub (Oct 8, 2021):
It seems that this has been shifted to snippet_file.rb with the latest version. Hope it helps someone.