Skip to content

Commit 7b19724

Browse files
committed
DEVDOCS-17408 - changing expiration time to 24 hours
1 parent 29fbb51 commit 7b19724

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

launcher-csharp/WebForms/Examples/CreateAndEmbedFormService.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ public static WebFormInstance CreateInstance(
6060
{
6161
ClientUserId = "1234-5678-abcd-ijkl",
6262
FormValues = formValues,
63-
ExpirationOffset = 3600,
63+
ExpirationOffset = 24,
6464
};
6565
//ds-snippet-end:WebForms1Step4
6666

0 commit comments

Comments
 (0)