• Hey Guest, we're evolving the future of TeaSpeak.
    You're invited to join the discussion here!

Completed 2 serversnapshotdeploy problems

Status
Not open for further replies.

Sporesirius

Well-known member
Hello,
I noticed two problems.
1. if you want to import a snapshot from a VServer with YaTQA the Server ID is increased by one although YaTQA says the previous Server ID should be used.
2. The second problem is that when I import a VServer again and then want to see the user list in YaTQA, only 20 users are loaded.
 

WolverinDEV

TeaSpeak Team
Staff member
Administrator
1. Yes, it's already known, and it isn't a bug
2. Yes, YatQA just shows 20 users :) You have to click on load more or something like that
 

WolverinDEV

TeaSpeak Team
Staff member
Administrator
Code:
    if (cmd[0]["duration"].as<int>() > 20) cmd["duration"] = 20;
    if (cmd[0]["duration"].as<int>() < 1) cmd["duration"] = 1;
The db list is limited to 20 users/request :)
 
Status
Not open for further replies.