You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/docs/refguide10/modeling/app-explorer/app/app-settings/_index.md
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -151,11 +151,11 @@ Mendix believes both algorithms are secure enough to store passwords within Mend
151
151
152
152
**BCrypt cost** is used to specify the cost of the BCrypt algorithm. The default value is 12, and can go up to 30. The higher the value is, the slower the process of hashing values. For more information, see the subsections below.
153
153
154
-
#### Performance
154
+
#####Performance
155
155
156
156
If the BCrypt cost is low, the performance difference is hardly noticeable to a single user when signing in (meaning, the password you enter when signing in is hashed using the selected algorithm). This means performance alone is not a reason to choose **SSHA256** over **BCrypt**. The situation can change when dealing with high concurrency of hashing operations, for example, published web services exposing operations that compute quickly, like short-running microflows.
157
157
158
-
#### Performance Tests
158
+
#####Performance Tests
159
159
160
160
A (web service) user will sign in to execute a web service operation, wait for the operation to finish, and finally get the result back (if any).
161
161
@@ -203,14 +203,6 @@ This table presents the results of rounding the input to one digit with the give
203
203
| -2.5 | -3 | -2 |
204
204
| -5.5 | -6 | -6 |
205
205
206
-
### OQL version 2 {#oql-version-2}
207
-
208
-
If this option is set to **Yes**, your app will use version 2 of the OQL syntax. This setting must be enabled to use [view entities](/refguide10/view-entities/). Make sure your app is ready to use the new syntax before making the switch.
209
-
210
-
For more information about the differences, see [OQL Version 2 Features](/refguide10/oql-v2/).
211
-
212
-
Default: *No*
213
-
214
206
### Multiple Sessions per User {#multiple-sessions}
215
207
216
208
If this option is enabled, users can sign in multiple times through different clients (for example, desktop browser and tablet). Otherwise, an existing session for a user is signed out when the user signs in somewhere else.
@@ -227,6 +219,14 @@ To force a query to the runtime, use microflows. For example, create a microflow
227
219
228
220
Default: *Yes*
229
221
222
+
### OQL version 2 {#oql-version-2}
223
+
224
+
If this option is set to **Yes**, your app will use version 2 of the OQL syntax. This setting must be enabled to use [view entities](/refguide10/view-entities/). Make sure your app is ready to use the new syntax before making the switch.
225
+
226
+
For more information about the differences, see [OQL Version 2 Features](/refguide10/oql-v2/).
227
+
228
+
Default: *No*
229
+
230
230
### Foreign Key Constraints {#database-fkc}
231
231
232
232
If this option is enabled, database [foreign key constraints](/refguide10/data-storage/#fkc) will be used. An attempt to commit a dangling reference will throw a runtime exception.
0 commit comments