feat(discovery): more work on discovery plus a few fixes
This commit is contained in:
@@ -248,6 +248,11 @@ export interface APIConfig {
|
||||
enabled: boolean;
|
||||
};
|
||||
|
||||
discovery: {
|
||||
enabled: boolean;
|
||||
minMemberCount: number;
|
||||
};
|
||||
|
||||
dev: {
|
||||
relaxRegistrationRateLimits: boolean;
|
||||
disableRateLimits: boolean;
|
||||
|
||||
Reference in New Issue
Block a user