-
Notifications
You must be signed in to change notification settings - Fork 390
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
698afbf
commit 8993557
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
/* | ||
* @Author: [email protected] | ||
* @Date: 2022-06-20 19:02:47 | ||
* @LastEditors: sunhaolin@hotoa.com | ||
* @LastEditTime: 2023-06-06 11:02:35 | ||
* @LastEditors: baozhoutao@steedos.com | ||
* @LastEditTime: 2024-12-12 16:10:21 | ||
* @Description: | ||
*/ | ||
|
||
|
@@ -27,4 +27,4 @@ export const GRAPHQL_ACTION_PREFIX = 'graphql_'; | |
export const PERMISSIONS_PREFIX = '_permissions'; | ||
export const OBJECT_FIELD_TYPE = '__object'; | ||
export const GRID_FIELD_TYPE = '__grid'; | ||
export const QUERY_DOCS_TOP = 5000; | ||
export const QUERY_DOCS_TOP = 10000; |