Giter Site home page Giter Site logo

Comments (5)

jessepeterson avatar jessepeterson commented on August 26, 2024

Basically: the code will decode the larger JSON response in memory (up to the 1000 maximum API limit for Apple). Check out the Ops Guide:

https://github.com/micromdm/nanodep/blob/main/docs/operations-guide.md#-limit-int

  • limit fetch and sync calls to this many devices (0 for server default)
    The limit flag specifies how many devices to fetch at a time from the Apple DEP API. Apple's documentation says there is a server-side default of 100 an upper limit of 1000.

from nanodep.

Gaoxichao avatar Gaoxichao commented on August 26, 2024

@jessepeterson Not the number of devices, but the number of DEPNAME (ABM)

from nanodep.

jessepeterson avatar jessepeterson commented on August 26, 2024

Ah, are you asking what the limit on the number of "DEP names" is? Answer is: it depends on the storage backend, but effectively: no real "limit." For MySQL there is one-row-per-dep-name, so however many DB rows you want. For the file backend each DEP name is a set of 6 or so files in the single DB directory. So: however big it is practical for filesystem directories to be.

from nanodep.

Gaoxichao avatar Gaoxichao commented on August 26, 2024

@jessepeterson I'm asking about "depsyncer", that is, how many DEPs can be monitored at the same time

from nanodep.

jessepeterson avatar jessepeterson commented on August 26, 2024

Ahh, I see now, apologies. The real answer: I don't know. We don't have any limitations built-in so you should be able to stack them up. I've only tested it with about 5 at a time. I'd be curious how many you can get going! :)

from nanodep.

Related Issues (15)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.