Commit ee25a7c
Sn instancescan ignorecache 002 (ServiceNowDevProgram#117)
* Included new Instance scan check under category performance to validate if ''Run Business Rule' on Transform Map[sys_transform_map] is Disabled'
* Included new instance scan check for system property table to inspect if 'Ignore Cache' option is set as True. Since it has potential of causing system wide performance impact. If ‘ignore_cache’ is unchecked, then the entire Glide System cache will be flushed when a property is changed.
* This commit includes new instance scan created under 'Performance Category' to identify all those system property for which 'ignorecache' option is set as false. Ignorecache on sys_properties = False
* This commit contains new instance scan check on system property[sys_properties] table to identify all properties that are flagged as Ignorecache = False
* Update README.md
Include a new instance scan under the Performance category to check 'Ignore Cache' = False on system property table
* Delete ca8467c41b9abc10ce0f62c3b24bcbaa/checksum.txt
* Delete ca8467c41b9abc10ce0f62c3b24bcbaa/update/scan_table_check_f9f026c983cd92100283b955eeaad323.xml
* Delete ca8467c41b9abc10ce0f62c3b24bcbaa/update/scan_table_check_cfe622458301d2100283b955eeaad366.xml
---------
Co-authored-by: Laszlo <47461634+Lacah@users.noreply.github.com>1 parent 7e68567 commit ee25a7c
File tree
3 files changed
+55
-1
lines changed- ca8467c41b9abc10ce0f62c3b24bcbaa
- update
3 files changed
+55
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
232 | 232 | | |
233 | 233 | | |
234 | 234 | | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
235 | 243 | | |
236 | 244 | | |
237 | 245 | | |
| |||
This file was deleted.
Lines changed: 47 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
0 commit comments