snibox / snibox

Self-hosted snippet manager

Home Page:https://snibox.github.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Content is too long

somedevreally opened this issue · comments

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

It's Snibox.

Source:

validates :content, presence: true, length: { maximum: 20000 }

It seems that this has been shifted to snippet_file.rb with the latest version. Hope it helps someone.