Skip to content

Commit 83fffb5

Browse files
committed
Updating timeout to 24 hours.
1 parent b979b0f commit 83fffb5

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)