How to set default file size in Linux
## Overview
Change the file size default in Linux.
## How to setup
1. Open /web/pleasanter/Implem.Pleasanter/appsettings.json and add the following settings. The value specified for MaxRequestBodySize is the maximum size of the file to be imported or uploaded.
##### JSON
```
"Kestrel": {
"Limits": {
"MaxRequestBodySize": 10000000000
}
}
```
1. After setting it up, restart Pleasanter.