Skip to content

Commit

Permalink
Merge pull request #28455 from code-dot-org/abuse-score-threshold
Browse files Browse the repository at this point in the history
Projects: Increase abuse score threshold from 10 to 15
  • Loading branch information
Erin007 committed May 13, 2019
2 parents a566460 + 7018a2f commit 1305e25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/src/code-studio/initApp/project.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import firehoseClient from '@cdo/apps/lib/util/firehose';
// Attempt to save projects every 30 seconds
var AUTOSAVE_INTERVAL = 30 * 1000;

var ABUSE_THRESHOLD = 10;
var ABUSE_THRESHOLD = 15;

var hasProjectChanged = false;

Expand Down

0 comments on commit 1305e25

Please sign in to comment.