Skip to content

Commit b466d51

Browse files
committed
temporarily disable polling for deployment
1 parent 7a1b063 commit b466d51

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

ComicVine.API/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
builder.Services.AddControllers().AddJsonOptions(
1414
x => x.JsonSerializerOptions.Converters.Add(new JsonStringEnumConverter())
1515
);
16-
builder.Services.AddHostedService<PollingWorker>(); // adds the pollng background service
16+
//builder.Services.AddHostedService<PollingWorker>(); // adds the pollng background service
1717
// Learn more about configuring Swagger/OpenAPI at https://aka.ms/aspnetcore/swashbuckle
1818
builder.Services.AddEndpointsApiExplorer();
1919
builder.Services.AddSwaggerGen(

ComicVine.API/Properties/PublishProfiles/FolderProfile.pubxml.user

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
55
<Project>
66
<PropertyGroup>
77
<_PublishTargetUrl>C:\Users\Foderking\Downloads\VinePlusWeb</_PublishTargetUrl>
8-
<History>True|2023-08-24T09:36:22.1552749Z;True|2023-08-24T10:34:36.9801629+01:00;</History>
8+
<History>True|2023-08-24T11:22:58.5399464Z;True|2023-08-24T10:36:22.1552749+01:00;True|2023-08-24T10:34:36.9801629+01:00;</History>
99
<LastFailureDetails />
1010
</PropertyGroup>
1111
</Project>

0 commit comments

Comments
 (0)