This commit is contained in:
@@ -10,13 +10,13 @@ namespace NeDvachAPI.BufferControllers
|
||||
{
|
||||
List<Post> Previews = DBchat.ThreadsList(board);
|
||||
APIThreadBuffer.WriteThreadPreviewsBuffer(Previews);
|
||||
Console.WriteLine("Заполняю буфер оп-постами " + Previews.Count);
|
||||
Console.WriteLine("Adding OP-posts to buffer");
|
||||
|
||||
for (int threadId = 1; threadId <= Previews.Count; threadId++)
|
||||
{
|
||||
APIThreadBuffer.AppendThreadsBuffer(DBchat.PostsList(board, threadId));
|
||||
}
|
||||
Console.WriteLine($@"Буферизую треды с {1} по {Previews.Count}.");
|
||||
Console.WriteLine($@"Buffering threads {1} to {Previews.Count}.");
|
||||
|
||||
for (int preview = 0; preview < Previews.Count; preview++)
|
||||
{
|
||||
|
Reference in New Issue
Block a user