Skip to content
This repository has been archived by the owner on Apr 13, 2024. It is now read-only.

Commit

Permalink
Re-eanble Dynamic typeLoadMode on wolverine
Browse files Browse the repository at this point in the history
Its throwing some erros
  • Loading branch information
redbaty committed Mar 3, 2024
1 parent 720f96f commit 67988d2
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions Wasari.Daemon/Program.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
#if RELEASE
using JasperFx.CodeGeneration;
#endif

using Oakton;
using Oakton.Resources;
using StackExchange.Redis;
Expand Down Expand Up @@ -86,10 +82,6 @@
{
opts.Durability.StaleNodeTimeout = TimeSpan.FromSeconds(10);

#if RELEASE
opts.CodeGeneration.TypeLoadMode = TypeLoadMode.Static;
#endif

var localQueueConfiguration = opts.LocalQueueFor<DownloadRequest>()
.UseDurableInbox();

Expand Down

0 comments on commit 67988d2

Please sign in to comment.