forked from ddrilling/AsbCloudServer
фикс лишнего
This commit is contained in:
parent
4f468ed8ba
commit
0ae4e8ace4
@ -35,7 +35,7 @@ namespace AsbCloudInfrastructure.Background.PeriodicWorks
|
|||||||
|
|
||||||
var cacheRequest = new TelemetryDataRequest()
|
var cacheRequest = new TelemetryDataRequest()
|
||||||
{
|
{
|
||||||
GeDate = DateTime.UtcNow.AddDays(-Gap*100)
|
GeDate = DateTime.UtcNow.AddDays(-Gap)
|
||||||
};
|
};
|
||||||
var idTelemetries = telemetryDataCache.GetIds(cacheRequest).ToArray();
|
var idTelemetries = telemetryDataCache.GetIds(cacheRequest).ToArray();
|
||||||
|
|
||||||
|
@ -7,10 +7,10 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"ConnectionStrings": {
|
"ConnectionStrings": {
|
||||||
"DefaultConnection": "Host=localhost;Database=postgres;Username=postgres;Password=q;Persist Security Info=True",
|
"DefaultConnection": "Host=localhost;Database=postgres2;Username=postgres;Password=q;Persist Security Info=True",
|
||||||
"DebugConnection": "Host=localhost;Database=postgres;Username=postgres;Password=q;Persist Security Info=True;Include Error Detail=True",
|
"DebugConnection": "Host=localhost;Database=postgres2;Username=postgres;Password=q;Persist Security Info=True;Include Error Detail=True",
|
||||||
"TestConnection": "Host=localhost;Database=test;Username=postgres;Password=q;Persist Security Info=True;Include Error Detail=True",
|
"TestConnection": "Host=localhost;Database=test;Username=postgres;Password=q;Persist Security Info=True;Include Error Detail=True",
|
||||||
"LocalConnection": "Host=localhost;Database=postgres;Username=postgres;Password=q;Persist Security Info=True"
|
"LocalConnection": "Host=localhost;Database=postgres2;Username=postgres;Password=q;Persist Security Info=True"
|
||||||
},
|
},
|
||||||
"AllowedHosts": "*",
|
"AllowedHosts": "*",
|
||||||
"ContentPath": "../data",
|
"ContentPath": "../data",
|
||||||
|
Loading…
Reference in New Issue
Block a user