Skip to content

Commit

Permalink
MWPW-151924: Update user-agent to NONISV (adobecom#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
sukamat authored Jun 6, 2024
1 parent 6cd89a5 commit 0ac7103
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actions/sharepoint.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const { getAioLogger } = require('./utils');
const SharepointAuth = require('./sharepointAuth');

const SP_CONN_ERR_LST = ['ETIMEDOUT', 'ECONNRESET'];
const APP_USER_AGENT = 'ISV|Adobe|MiloFloodgate/0.1.0';
const APP_USER_AGENT = 'NONISV|Adobe|MiloFloodgate/0.1.0';
const BATCH_REQUEST_LIMIT = 20;
const BATCH_DELAY_TIME = 200;
const NUM_REQ_THRESHOLD = 5;
Expand Down

0 comments on commit 0ac7103

Please sign in to comment.