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: Excel-custom-functions/Batching/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -83,7 +83,7 @@ The `_fetchFromRemoteService` function processes the batch of operations, perfor
83
83
You can copy and paste this code into your own solution. When using this pattern, you'll need to evaluate and update the following areas of code.
84
84
85
85
#### _pushOperation
86
-
Adjust the timeout value as needed. A longer time will be more noticable to the user. A shorter time may result in more calls to the remote service.
86
+
Adjust the timeout value as needed. A longer time will be more noticeable to the user. A shorter time may result in more calls to the remote service.
87
87
88
88
#### _makeRemoteRequest
89
89
Modify this function to actually make a network call to your remote service and pass the batch operations in a single call. For example, you may want to serialize the batch entries into a JSON body to be passed in the netwwork call to the remote service.
0 commit comments