Skip to content

Truncate column examples to save on session space#3

Open
zerocrates wants to merge 1 commit intolibmanuk:masterfrom
zerocrates:session-fix
Open

Truncate column examples to save on session space#3
zerocrates wants to merge 1 commit intolibmanuk:masterfrom
zerocrates:session-fix

Conversation

@zerocrates
Copy link
Copy Markdown

The plugin has historically told users to alter the Omeka session table definition to allow more storage. This is only necessary because the plugin stores the entire content of each "column" in the session before showing the mapping page. Only the first few characters are ever visible, so we can just truncate the column example texts before returning them and the length of the transcript will no longer matter.

The plugin has historically told users to alter the Omeka session table
definition to allow more storage. This is only necessary because the
plugin stores the entire content of each "column" in the session before
showing the mapping page. Only the first few characters are ever
visible, so we can just truncate the column example texts before
returning them and the length of the transcript will no longer matter.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant