You've already forked CC-Framework.BriskGameServer
Adjust Unity visits default page size
This commit is contained in:
@@ -240,7 +240,7 @@ public sealed class BriskSpaceModule
|
||||
/// <summary>
|
||||
/// 获取我的访客列表。
|
||||
/// </summary>
|
||||
public async Task<IReadOnlyList<BriskSpaceVisit>> GetMyVisitsAsync(int limit = 20)
|
||||
public async Task<IReadOnlyList<BriskSpaceVisit>> GetMyVisitsAsync(int limit = 50)
|
||||
{
|
||||
return await ExecuteAsync(async context =>
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user