export const maxRecordLength = 8000 export const maxContentLength = 5000 export const namePrefix = 'github-docs' export default { // records must be truncated to avoid going over 10K limit maxRecordLength, maxContentLength, namePrefix, }