Skip to content

Commit

Permalink
DNN-8335 Make default ipcheck = false(Code review with ash)
Browse files Browse the repository at this point in the history
  • Loading branch information
amarjit-dhunna committed Jan 14, 2016
1 parent c3eefac commit 228ef44
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ public DnnImageHandler()
EnableServerCache = true;
AllowStandalone = false;
LogSecurity = false;
EnableIPCount = true;
EnableIPCount = false;
ImageCompression = 95;
DiskImageStore.PurgeInterval = new TimeSpan(0, 3, 0);
IPCountPurgeInterval = new TimeSpan(0, 5, 0);
Expand Down

0 comments on commit 228ef44

Please sign in to comment.