Skip to content

Commit

Permalink
Code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidJGapCR committed Aug 30, 2024
1 parent 6b22015 commit d369ef4
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 9 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +0,0 @@
{
"profiles": {
"EdFi.Tools.ApiPublisher.Cli": {
"commandName": "Project"
}
}
}
2 changes: 1 addition & 1 deletion src/EdFi.Tools.ApiPublisher.Cli/apiPublisherSettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"maxDegreeOfParallelismForPostResourceItem": 15,
"maxDegreeOfParallelismForStreamResourcePages": 5,
"streamingPagesWaitDurationSeconds": 10,
"streamingPageSize": 400,
"streamingPageSize": 500,
"includeDescriptors": false,
"errorPublishingBatchSize": 25,
"useChangeVersionPaging": false,
Expand Down
2 changes: 1 addition & 1 deletion src/EdFi.Tools.ApiPublisher.Cli/logging.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"Serilog": {
"MinimumLevel": {
"Default": "Debug"
"Default": "Information"
},
"Using": [ "Serilog.Sinks.Console", "Serilog.Sinks.File" ],
"WriteTo:Console": {
Expand Down

0 comments on commit d369ef4

Please sign in to comment.