Skip to content

Commit

Permalink
Updated file upload limit
Browse files Browse the repository at this point in the history
  • Loading branch information
somvitbhowmik committed Jan 31, 2022
1 parent c8c92fd commit a1ba03b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const contentProviderConfigPath = path.join(__dirname, '/config/contentProviderA
var contentProviderApiConfig = JSON.parse(fs.readFileSync(contentProviderConfigPath))
const telemtryEventConfig = JSON.parse(fs.readFileSync(path.join(__dirname, 'config/telemetryEventConfig.json')))

var reqDataLimitOfContentUpload = '50mb'
var reqDataLimitOfContentUpload = '400mb'

const port = process.env.sunbird_content_service_port ? process.env.sunbird_content_service_port : 5000
const defaultChannel = process.env.sunbird_default_channel || 'sunbird'
Expand Down

0 comments on commit a1ba03b

Please sign in to comment.