Commit 2dfc6cc4 authored by Sylvain Renault's avatar Sylvain Renault
Browse files

Merge branch 'develop' into 'main'

WS cache now always enable.

See merge request !2
parents d2b7c2bb 6436216d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@ namespace WorldAnalysisWrapper
{
    class Program
    {
        static public bool isDev = true;
        static public bool isDev = false;
        static bool isDev_Secure = true;
        static bool isLocalNetwork = true;

+2 −0
Original line number Diff line number Diff line
@@ -172,7 +172,9 @@ namespace WorldAnalysisWrapper
            //
            // Get all lists from the World Storage REST server (test)
            //
#if ALWAYS_CALL_REST_API
            if (Program.isDev)
#endif
            {
                // Get trackables
                trackables = TrackableRequest.GetTrackablesSync(server);
(102 KiB)

File changed.

No diff preview for this file type.