search: make max file size configurable
Created by: stefanhengl
Zoekt and symbols service both define a limit on the file size.
Zoekt's limit is hardcoded to 1MiB with a comment that it should match the settings of the symbol service
Symbol service, on the other hand, has a configurable limit with default of 1MB
We should offer the file limit as config value in site config and sync the settings for both symbol service and Zoekt. There has been at least 1 customer that requested this limit to be configurable.