X Tutup
Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"maintenance" : "false",
"version" : "10.0.3.3"
},
"pollinterval" : 60
"pollinterval" : 30000
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ and their values.
== Core

Stored under the `core` capabilities element, this returns the server’s
core status settings, the interval to poll for server side changes, and
core status settings, the interval to poll for server side changes in milliseconds, and
it’s WebDAV API root.

== Checksums
Expand Down
X Tutup