Skip to content

Commit 020fbeb

Browse files
authored
Update README.md
Add new instance scan check definition to avoid use of gs.sleep in server-side scripts
1 parent 3a0ffe2 commit 020fbeb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -241,6 +241,9 @@ Select the check box to ignore flushing some server-side caches, thus flushing o
241241

242242
[ Ignore cache = True: An update or insert of a system property will rebuild ONLY for that particular sys_property cache (yes, it is not a full ignore) ]
243243

244+
### Avoid using gs.sleep() in any server-side script
245+
Avoid using gs.sleep() in any script because it does not release session and will cause delays, and add logs to the script whenever gs.sleep() has to be used.
246+
244247
## Category: Security
245248
##Check Mandatory fields on incident
246249
This check is used to find mandatory fields on incident

0 commit comments

Comments
 (0)