This commit is contained in:
parent
af0d4a29ee
commit
5bc7cceb5b
@ -10,7 +10,7 @@ namespace NeDvachAPI.BufferControllers
|
|||||||
{
|
{
|
||||||
List<Post> Previews = DBchat.ThreadsList(board);
|
List<Post> Previews = DBchat.ThreadsList(board);
|
||||||
APIThreadBuffer.WriteThreadPreviewsBuffer(Previews);
|
APIThreadBuffer.WriteThreadPreviewsBuffer(Previews);
|
||||||
Console.WriteLine("Заполняю буфер оп-постами");
|
Console.WriteLine("Заполняю буфер оп-постами " + Previews.Count);
|
||||||
|
|
||||||
for (int threadId = 1; threadId <= Previews.Count; threadId++)
|
for (int threadId = 1; threadId <= Previews.Count; threadId++)
|
||||||
{
|
{
|
||||||
|
@ -34,6 +34,7 @@ app.UseHttpsRedirection();
|
|||||||
|
|
||||||
if (BufferFill.FillBuffer("b"))
|
if (BufferFill.FillBuffer("b"))
|
||||||
{
|
{
|
||||||
|
Console.WriteLine("Начинаю работу.");
|
||||||
app.Run();
|
app.Run();
|
||||||
}
|
}
|
||||||
else Console.WriteLine("Ошибка буферизации, проверьте доступность базы данных.");
|
else Console.WriteLine("Ошибка буферизации, проверьте доступность базы данных.");
|
||||||
|
Reference in New Issue
Block a user